diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 2a93298..e55cb38 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.1.1" %} -{% set sha256 = "aa61b051f67947481ac1178a1f7595d0db3df43e64aa34253a2bfd5e164b5c3b" %} +{% set version = "24.1.2" %} +{% set sha256 = "6bc4f1f72a0edddefa10e0667d6ab2eb2f1956919a59508bf3bf6c001bf7a6e8" %} # 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" %}