From 77565e2934ba9604c3b44ee27b8850667a9df396 Mon Sep 17 00:00:00 2001 From: Bioconda Bot <47040946+BiocondaBot@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:26:58 -0400 Subject: [PATCH] Update fastk to 1.1.0 (#51740) --- recipes/fastk/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes/fastk/meta.yaml b/recipes/fastk/meta.yaml index a3a85c9b9151d..72a5ad1be313e 100644 --- a/recipes/fastk/meta.yaml +++ b/recipes/fastk/meta.yaml @@ -1,6 +1,6 @@ {% set name = "FASTK" %} -{% set version = "1.0.0" %} -{% set sha256 = "92f3f4633fc702f20b6d3c07c6fe10b002d746b25154e090f0115ac7d2791863" %} +{% set version = "1.1.0" %} +{% set sha256 = "28a2de98ede77d4b4476596851f92413a9d99a1d3341afc6682d5333ac797f07" %} package: name: {{ name|lower }} @@ -13,7 +13,7 @@ source: - patch build: - number: 1 + number: 0 skip: true # [osx] run_exports: - {{ pin_subpackage("fastk", max_pin="x") }} @@ -39,4 +39,4 @@ about: extra: additional-platforms: - - linux-aarch64 \ No newline at end of file + - linux-aarch64