From 71b19f248b9eedb2eef60fe2f5b7a42eb1f9ddc8 Mon Sep 17 00:00:00 2001 From: BiocondaBot <47040946+BiocondaBot@users.noreply.github.com> Date: Tue, 24 Dec 2024 14:05:27 +0000 Subject: [PATCH] Update pyfastx to 2.2.0 --- recipes/pyfastx/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/pyfastx/meta.yaml b/recipes/pyfastx/meta.yaml index fda43be7f5a97..2260142b39ee1 100644 --- a/recipes/pyfastx/meta.yaml +++ b/recipes/pyfastx/meta.yaml @@ -1,6 +1,6 @@ {% set name = "pyfastx" %} -{% set version = "2.1.0" %} -{% set sha256 = "a3458bba4fa19a637d9ec8bdf9bfdd6e7321a916aeca674d02aa0fe5aeee1c95" %} +{% set version = "2.2.0" %} +{% set sha256 = "e5b797b9e231ad5cf3822222329af4bbf133acdd9d8f6e556beb06d9656e867e" %} package: name: {{ name|lower }} @@ -11,7 +11,7 @@ source: sha256: {{ sha256 }} build: - number: 3 + number: 0 script: {{ PYTHON }} -m pip install . --no-deps -vvv skip: True # [py < 36] entry_points: