Skip to content

Commit

Permalink
Bump to conda 23.9.0, conda-libmamba-solver 23.9.1 and libmambapy 1.5…
Browse files Browse the repository at this point in the history
….1 (#46)

* Bump to conda 23.9.0, conda-libmamba-solver 23.9.1 and libmambapy 1.5.1

* update hash

* update changelog
  • Loading branch information
jaimergp authored Oct 4, 2023
1 parent 3c29acf commit c45bc76
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ Remember to update the hyperlinks at the bottom.

[//]: # (current developments)

## 23.9.0 (2023-10-04)

### Enhancements

* Update to `conda` 23.9.0, `conda-libmamba-solver` 23.9.1 and `libmambapy` 1.5.1. (#46)

### Contributors

* @jaimergp



## 23.7.4 (2023-09-25)

### Enhancements
Expand Down
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set conda_version = "23.7.4" %}
{% set conda_libmamba_solver_version = "23.7.0" %}
{% set libmambapy_version = "1.4.1" %}
{% set conda_version = "23.9.0" %}
{% set conda_libmamba_solver_version = "23.9.1" %}
{% set libmambapy_version = "1.5.1" %}
{% set constructor_version = "3.4.5" %}
{% set python_version = "3.9.15" %}
{% set pyver = "".join(python_version.split(".")[:2]) %}
Expand All @@ -12,7 +12,7 @@ package:
source:
- path: ../
- url: https://github.com/conda/conda/archive/{{ conda_version }}.tar.gz
sha256: 24dd9d72ca38b5b47506efc9f45dbcb388279514d4b4cb45889eaf6d7d6b8982
sha256: 423aaa6f4af0b04c2608b63230ccdf60012896e7888ad0ddba06ab197ec44014
folder: conda_src
patches:
- ../src/conda_patches/0001-Rename-and-replace-entrypoint-stub-exe.patch
Expand Down

0 comments on commit c45bc76

Please sign in to comment.