Skip to content

Commit

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

* Update meta.yaml

---------

Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
BiocondaBot and bgruening authored Oct 29, 2024
1 parent 3dab52f commit 2914659
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/galaxy-schema/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "galaxy-schema" %}
{% set version = "24.1.2" %}
{% set sha256 = "526d9c7e211da145f4169272a69b4a512304110da3dd9df61d0d305991db5309" %}
{% set version = "24.1.3" %}
{% set sha256 = "ab9c6ad72a514e2328fcf9f907db8e99e1bcd0853c319828248a08da11d4784a" %}
{% set galaxy_version = version.split(".")[:2]|join(".") %}

package:
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- python >=3.8
- pip
- setuptools
run:
- python >=3.8
- galaxy-util >={{ galaxy_version }}
Expand Down

0 comments on commit 2914659

Please sign in to comment.