diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d4feb9..7e4c872 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,18 @@ Remember to update the hyperlinks at the bottom. [//]: # (current developments) +## 23.7.4 (2023-09-25) + +### Enhancements + +* Update the bundled `conda` to 23.7.4. (#44) + +### Contributors + +* @jaimergp + + + ## 23.7.3 (2023-09-05) ### Enhancements diff --git a/recipe/meta.yaml b/recipe/meta.yaml index aa04ce9..38a8f50 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set conda_version = "23.7.3" %} +{% set conda_version = "23.7.4" %} {% set conda_libmamba_solver_version = "23.7.0" %} {% set libmambapy_version = "1.4.1" %} {% set constructor_version = "3.4.5" %} @@ -12,7 +12,7 @@ package: source: - path: ../ - url: https://github.com/conda/conda/archive/{{ conda_version }}.tar.gz - sha256: c2c7c12a087b03e2d6833fe4d9b4898de0216721d19eb4ac8b573ff833378711 + sha256: 24dd9d72ca38b5b47506efc9f45dbcb388279514d4b4cb45889eaf6d7d6b8982 folder: conda_src patches: - ../src/conda_patches/0001-Rename-and-replace-entrypoint-stub-exe.patch