Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update snakemake-storage-plugin-irods to 0.2.0 #52997

Merged
merged 1 commit into from
Dec 30, 2024
Merged
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/snakemake-storage-plugin-irods/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "snakemake-storage-plugin-irods" %}
{% set version = "0.1.2" %}
{% set version = "0.2.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/snakemake_storage_plugin_irods-{{ version }}.tar.gz
sha256: e5ceac168095bf7a2ef2d82d9d74ddfc6780c1665ecaa75b16041fc2428ead77
sha256: 8b8316a4bb024a3a506c918231bda0b101d1c64c1c782fff45968934bf56ec95

build:
noarch: python
Expand Down
Loading