From dcd12af71278d5c729831d16fd877bda39d89046 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Mon, 4 Dec 2023 15:02:42 -0800 Subject: [PATCH] Fix GH autogenerated tarball issue As GH autogenerates tarballs, the checksums unfortunately can change as a result. It appears that happened here. Have manually checked the checksum locally and updated it. xref: https://github.com/conda-forge/conda-feedstock/pull/228 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c69616e..99323a5 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 = "23.11.0" %} -{% set sha256 = "74f24daabb4642dcb36a97013fb753bb7ba99c112724b48e2b59d60294012da6" %} +{% set sha256 = "9276686c8a6ee536dc451cc6557685724fe275a44949ac4f741066fd23cdc7b4" %} # 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" %} @@ -16,7 +16,7 @@ source: sha256: {{ sha256 }} build: - number: 0 + number: 1 script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv && {{ PYTHON }} -m conda init --install # These are present when the new environment is created # so we have to exempt them from the list of initial files