Skip to content

Commit

Permalink
Update galaxy-data to 24.1.3 (#51759)
Browse files Browse the repository at this point in the history
* Update galaxy-data to 24.1.3

* Update meta.yaml

---------

Co-authored-by: Björn Grüning <bjoern@gruenings.eu>
BiocondaBot and bgruening authored Oct 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 72d86c3 commit fa906e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/galaxy-data/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "24.1.2" %}
{% set sha256 = "d75e5e9e954773c683cb54a655da0c9733f1c6b0f6e691fedb6a1edc6e4aede2" %}
{% set version = "24.1.3" %}
{% set sha256 = "e5f32420a9fd33ea4fb896dcbbbb754a4be23f39c48d3a196aac2bde1d70d53a" %}
{% set galaxy_version = version.split(".")[:2]|join(".") %}

package:
@@ -26,6 +26,7 @@ requirements:
host:
- pip
- python >=3.8
- setuptools
run:
- python >=3.8
- galaxy-files >={{ galaxy_version }}

0 comments on commit fa906e3

Please sign in to comment.