Skip to content

Commit

Permalink
Update bioconda-utils to 3.3.2 (#51044)
Browse files Browse the repository at this point in the history
* Update bioconda-utils to 3.3.2

* pin python to <3.12

---------

Co-authored-by: mencian <[email protected]>
  • Loading branch information
BiocondaBot and mencian authored Sep 30, 2024
1 parent 6bedbb5 commit d8e872a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/bioconda-utils/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "bioconda-utils" %}
{% set version = "3.3.1" %}
{% set sha256 = "db6b99456a334b958ba61fcfc6e717e5f22848342f99fecb1f6f2b0113165054" %}
{% set version = "3.3.2" %}
{% set sha256 = "6c6dcac689a2fb0f8142546aa9021bfd620fe484e724e4844a2d2e55c337747c" %}

package:
name: {{ name }}
Expand All @@ -21,7 +21,7 @@ build:

requirements:
host:
- python
- python <3.12
- pip
run:
- conda-forge-pinning 2024.06.01.05.54.15
Expand Down

0 comments on commit d8e872a

Please sign in to comment.