~ruther/guix-local

7c9e322594c296452fd975a55266eaca1f81e753 — Sharlatan Hellseher 7 months ago e5df48a
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
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/bioinformatics.scm
M gnu/packages/bioinformatics.scm => gnu/packages/bioinformatics.scm +3 -4
@@ 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