Skip to content

Commit

Permalink
Release 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Mar 4, 2024
1 parent 6d5c8a4 commit 61424bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set name = "mamba" %}
{% set libmamba_version = "1.5.6" %}
{% set libmambapy_version = "1.5.6" %}
{% set mamba_version = "1.5.6" %}
{% set release = "2023.12.21" %}
{% set libmamba_version = "1.5.7" %}
{% set libmambapy_version = "1.5.7" %}
{% set mamba_version = "1.5.7" %}
{% set release = "2024.03.04" %}

package:
name: mamba-split
Expand All @@ -11,7 +11,7 @@ package:

source:
url: https://github.com/mamba-org/mamba/archive/refs/tags/{{ release }}.tar.gz
sha256: 868bb00385029ae45b35e136174164017868edec6f3710bc1644c670db4c0cdb
sha256: 2adb06fe26434dfe1c4e8f9dbce8932608e16bc1e85354ae5a6a0c80b9d60bde

build:
number: 0
Expand Down Expand Up @@ -129,7 +129,7 @@ outputs:
- {{ pin_subpackage('libmambapy', exact=True) }}
run:
- python
- conda >=23.11,<23.12
- conda >=24,<25
- {{ pin_subpackage('libmambapy', exact=True) }}

test:
Expand Down

0 comments on commit 61424bd

Please sign in to comment.