Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 23.9.1 #14

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "conda-libmamba-solver" %}
{% set version = "23.7.0" %}
{% set version = "23.9.1" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/conda/{{ name }}/archive/refs/tags/{{ version }}.tar.gz
sha256: 1352575324ded8935391b6545364a27b77d57d4dfbe5e85876f8d024653d12cf
sha256: f156e931e47091ecf568a54a50edf1eecf6dbf07154cb0dca163bd0af38d4a13
folder: src/

build:
Expand All @@ -25,8 +25,8 @@ requirements:
- hatch-vcs
run:
- python
- conda >=23.5.0
- libmambapy >=1.4.1
- conda >=23.7.4
- libmambapy >=1.5.1
- boltons >=23.0.0

test:
Expand Down