From a0ec37f04160ef79543f6bfe35d17ab36309f6f5 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:43:08 -0500 Subject: [PATCH] Update captus to 1.1.0 (#52970) --- recipes/captus/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/captus/meta.yaml b/recipes/captus/meta.yaml index d01ac9b0ee1e0..309565dd8cdef 100644 --- a/recipes/captus/meta.yaml +++ b/recipes/captus/meta.yaml @@ -1,5 +1,5 @@ -{% set version = "1.0.1" %} -{% set sha256 = "a9331d4a3d8d967e4b679c14e5af6fd98539659de3b740da876b1fa5c8dd0ba3" %} +{% set version = "1.1.0" %} +{% set sha256 = "7a82c26cca9c56dec5e0ddc65bc5ae13cd2beb01719bd621c2cd6bf01d1bfe3e" %} package: name: captus @@ -10,7 +10,7 @@ source: sha256: {{ sha256 }} build: - number: 4 + number: 0 noarch: python run_exports: - {{ pin_subpackage("captus", max_pin="x.x") }}