From d8e872ace0811ce0c021003ae0853f50628c1523 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:10:23 -0400 Subject: [PATCH] Update bioconda-utils to 3.3.2 (#51044) * Update bioconda-utils to 3.3.2 * pin python to <3.12 --------- Co-authored-by: mencian --- recipes/bioconda-utils/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/bioconda-utils/meta.yaml b/recipes/bioconda-utils/meta.yaml index 49d272da820fb..c8a92fc0b1c12 100644 --- a/recipes/bioconda-utils/meta.yaml +++ b/recipes/bioconda-utils/meta.yaml @@ -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 }} @@ -21,7 +21,7 @@ build: requirements: host: - - python + - python <3.12 - pip run: - conda-forge-pinning 2024.06.01.05.54.15