From a51fc0d828e156551758220e44b060426fb4314c Mon Sep 17 00:00:00 2001 From: Alexis Simon Date: Tue, 14 Jan 2025 17:13:01 +0100 Subject: [PATCH] gnu: python-cyvcf2: Update to 0.31.1 This commit also fixes the previous build failure. * gnu/packages/bioinformatics.scm (python-cyvcf2): Update to 0.31.1. [native-inputs]: Add python-setuptools and python-wheel. Change-Id: Icc5057cf9f5e6ba141e6e29e8f4db657cd04c1d2 Signed-off-by: jgart --- gnu/packages/bioinformatics.scm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 34a39a48f1..1bf0b4b09a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2357,7 +2357,7 @@ (define-public python-cmseq (define-public python-cyvcf2 (package (name "python-cyvcf2") - (version "0.30.28") + (version "0.31.1") (source (origin (method git-fetch) @@ -2366,7 +2366,7 @@ (define-public python-cyvcf2 (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "16yhfax509zyip8kkq2b0lflx5bdq5why7d785ayrqyzzq2rxqkk")) + (base32 "02x7ic2q4x3sfwx9n2sxg0a79iifjal0a68fqp9ljsfvdx4b7nq5")) (modules '((guix build utils))) (snippet ;; Delete bundled library @@ -2395,7 +2395,11 @@ (define-public python-cyvcf2 (setenv "CYTHONIZE" "1") (setenv "CYVCF2_HTSLIB_MODE" "EXTERNAL")))))) (inputs (list curl htslib libdeflate openssl zlib)) - (native-inputs (list python-cython python-pytest)) + (native-inputs + (list python-cython + python-pytest + python-setuptools + python-wheel)) (propagated-inputs (list python-click python-coloredlogs