From 1369be3e2a9b0acccee060c798702f5a25916654 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:58:23 -0500 Subject: [PATCH] Update unicore to 1.0.1 (#52974) --- recipes/unicore/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/unicore/meta.yaml b/recipes/unicore/meta.yaml index 88f01b758617b..1bbeb8a2ebfd4 100644 --- a/recipes/unicore/meta.yaml +++ b/recipes/unicore/meta.yaml @@ -1,6 +1,6 @@ {% set name = "unicore" %} -{% set version = "1.0.0c" %} -{% set sha256 = "6a17131a954112ffb747b8ff0ef9315570880224a3f7b7bedc15a2aea81bbea9" %} +{% set version = "1.0.1" %} +{% set sha256 = "68d8c24b8752215e9149cf988ab993e8f88f19bdaad463286ec60ee2b2dce363" %} package: name: {{ name }} @@ -11,7 +11,7 @@ source: sha256: {{ sha256 }} build: - number: 1 + number: 0 run_exports: - {{ pin_subpackage('unicore', max_pin="x") }}