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

Update clinker-py to 0.0.31 #52339

Merged
merged 2 commits into from
Nov 25, 2024
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
5 changes: 3 additions & 2 deletions recipes/clinker-py/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "clinker" %}
{% set version = "0.0.30" %}
{% set version = "0.0.31" %}

package:
name: {{ name }}-py
version: "{{ version }}"

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 42901ab26945d436ff462528579f7354abe2bb1df7910d6bf16669a57fcfb1ff
sha256: f66d7196c30d3dbed2c518a33b37578dd5e7c0672b45dae22c38665c2f15f364

build:
number: 0
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- pip
- python >=3.6
- setuptools
run:
- python >=3.6
- disjoint-set >=0.7.1
Expand Down
Loading