Skip to content

Commit

Permalink
Update galaxy-objectstore to 23.1.1 (#43830)
Browse files Browse the repository at this point in the history
* Update galaxy-objectstore to 23.1.1

* remove six

* Update meta.yaml

---------

Co-authored-by: Björn Grüning <[email protected]>
  • Loading branch information
BiocondaBot and bgruening authored Oct 24, 2023
1 parent d1d76ff commit 5356147
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/galaxy-objectstore/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "23.0.6" %}
{% set sha256 = "8c749ac6d52297e3116949c5195071969b5d962cac14f4b84e7bd051ad8e2347" %}
{% set version = "23.1.1" %}
{% set sha256 = "1a4c5132944462b665b51af2539a07ec7e36bca9ea178de247204dece3d2c43a" %}
{% set galaxy_version = version.split(".")[:2]|join(".") %}

package:
Expand All @@ -25,8 +25,8 @@ requirements:
run:
- galaxy-util >={{ galaxy_version }}
- pyyaml
- pydantic
- python >=3.7
- six >=1.9.0

test:
imports:
Expand Down

0 comments on commit 5356147

Please sign in to comment.