diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-06 00:35:03 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-06 01:29:29 +0100 |
| commit | 7c9e322594c296452fd975a55266eaca1f81e753 (patch) | |
| tree | 526fb29a652d3a6b6b00b5d645e5c0d6b6c5dda6 /gnu | |
| parent | e5df48a1c9df90b8df02606fac8323f4455007e8 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/bioinformatics.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index dbb99555b70..d272d21f36b 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 |
