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/corgi/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "corgi" %}
{% set version = "0.4.3" %}
{% set version = "0.5.1" %}
{% set pypiname = "bio-corgi" %}

package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://pypi.io/packages/source/{{ pypiname[0] }}/{{ pypiname }}/bio_corgi-{{ version }}.tar.gz
sha256: aa3d1bbf1548c619d1306b816423c531ed94dd5cef7582c6e8e3133a9ccad0e1
sha256: 2d78ab8b6e807c47eb0e63bb8f2a4e065ae9d9a2b3a6a514169391b946e0723b

build:
entry_points:
Expand Down
Loading