From 7c9e322594c296452fd975a55266eaca1f81e753 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 6 Oct 2025 00:35:03 +0100 Subject: [PATCH] gnu: python-cyvcf2: Update to 0.31.2. * gnu/packages/bioinformatics.scm (python-cyvcf2): Update to 0.31.2. [native-inputs]: Remove python-wheel. Change-Id: Ieba07d46864472b2c7d6a3f7936f1d225c174825 --- gnu/packages/bioinformatics.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index dbb99555b70af124cdb9f33832588bb7173d15f5..d272d21f36bd630af198553e3e62ee91baf344ac 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2768,7 +2768,7 @@ specifying the usage of each program for each cell in the data.") (define-public python-cyvcf2 (package (name "python-cyvcf2") - (version "0.31.1") + (version "0.31.2") (source (origin (method git-fetch) @@ -2777,7 +2777,7 @@ specifying the usage of each program for each cell in the data.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "02x7ic2q4x3sfwx9n2sxg0a79iifjal0a68fqp9ljsfvdx4b7nq5")) + (base32 "19jv2502644qjv278yjllqqakwhghmfbaa4h08rayak5mp130i70")) (modules '((guix build utils))) (snippet ;; Delete bundled library @@ -2809,8 +2809,7 @@ specifying the usage of each program for each cell in the data.") (native-inputs (list python-cython python-pytest - python-setuptools - python-wheel)) + python-setuptools)) (propagated-inputs (list python-click python-coloredlogs