Skip to content

Commit

Permalink
Update cgatcore 0.6.16 (#46922)
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Apr 2, 2024
1 parent 95273ba commit 6f666fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/cgatcore/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
{% set name = "cgatcore" %}
{% set version = "0.6.15" %}
{% set version = "0.6.16" %}

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

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

build:
number: 0
noarch: python
run_exports:
- {{ pin_subpackage('cgatcore', max_pin="x.x") }}
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"

requirements:
Expand Down

0 comments on commit 6f666fd

Please sign in to comment.