Skip to content

Commit

Permalink
Update snk-cli to 0.7.1 (#52778)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Dec 13, 2024
1 parent 69a9350 commit e34465a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/snk-cli/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{% set name = "snk-cli" %}
{% set version = "0.7.0" %}
{% set version = "0.7.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name | replace("-","_") }}-{{ version }}.tar.gz
sha256: eec5fb4411e54a97927586f2cf0018219513a6ef8de1e38ec0741a642521c299
sha256: 19dfccee2d5ecb7fed73b65a95946012967d6330b753d06542af8856d9765fe4

build:
run_exports:
- {{ pin_subpackage('snk-cli', max_pin="x.x") }}
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 1
number: 0

requirements:
host:
Expand Down

0 comments on commit e34465a

Please sign in to comment.