From 4f55efc4a697d272c86de7bd09fabb8747745bc9 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:44:42 -0500 Subject: [PATCH] conda v24.9.1 (#241) --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e921936..6e86ec4 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,7 +1,7 @@ {% set on_win = SUBDIR in ('win-64', 'win-32') %} {% set name = "conda" %} -{% set version = "24.9.0" %} -{% set sha256 = "ed725eab2a8f3ac139b115c980d8858e24f042de05d924495ef0c9cd89188adc" %} +{% set version = "24.9.1" %} +{% set sha256 = "2d0d5d6db95ffee98f295900c2826ad66fbed5575a2bc025d094708822d70138" %} # Running pytest requires the inclusion of test files which baloons # the size of the package; values can be "yes" or "no" {% set run_pytest = "no" %}