guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 7c9e322594c296452fd975a55266eaca1f81e753
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Oct 6 00:35:03 2025 +0100
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 dbb99555b7..d272d21f36 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