Skip to content
Open
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
4 changes: 2 additions & 2 deletions recipes/ncbi-datasets-pyclient/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "ncbi-datasets-pyclient" %}
{% set version = "18.19.0" %}
{% set version = "18.20.0" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/ncbi_datasets_pyclient-{{ version }}.tar.gz
sha256: 7740ba8af577deeb6a9dde81ca6344455932c3deac48830507a106a024de3073
sha256: 3fdc8587852b2b8fcea41e5ce9e696a61337c0f32842f9dc6929c99e126d8127

build:
noarch: python
Expand Down
Loading