From f277d0ed766bf30150ab39d38f1f65031a6f1600 Mon Sep 17 00:00:00 2001 From: BiocondaBot <47040946+BiocondaBot@users.noreply.github.com> Date: Tue, 24 Dec 2024 01:09:37 +0000 Subject: [PATCH] Update unicore to 1.0.1 --- 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") }}