Skip to content

Commit

Permalink
Update genbank to 0.119 (#52391)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Nov 26, 2024
1 parent b2a1394 commit f0dca37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/genbank/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "genbank" %}
{% set version = "0.118" %}
{% set version = "0.119" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/genbank-{{ version }}.tar.gz
sha256: f37d0d1ca680bda68d03385cc0ce966b9023cbf54a1c9a71213b730013882a5f
sha256: 37ffb9ecd532aa9bf5faa4006183799ab5cf6990bfe19611efc0957dc47d0b13

build:
number: 1
number: 0
script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation
run_exports:
- {{ pin_subpackage('genbank', max_pin="x.x") }}
Expand Down

0 comments on commit f0dca37

Please sign in to comment.