gnu: python-pyvcf: Update to 0.6.8-0.476169c.

* gnu/packages/bioinformatics.scm (python-pyvcf): Update to 0.6.8-0.476169c.
This commit is contained in:
Ricardo Wurmus 2022-09-20 14:26:15 +02:00
parent 9ed635cd9a
commit 8084e3bdb3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15541,9 +15541,11 @@ (define-public tombo
(license license:mpl2.0)))
(define-public python-pyvcf
(let ((commit "476169cd457ba0caa6b998b301a4d91e975251d9")
(revision "0"))
(package
(name "python-pyvcf")
(version "0.6.8")
(version (git-version "0.6.8" revision commit))
;; Use git, because the PyPI tarballs lack test data.
(source
(origin
@ -15551,11 +15553,11 @@ (define-public python-pyvcf
(uri (git-reference
(url "https://github.com/jamescasbon/PyVCF.git")
;; Latest release is not tagged.
(commit "bfcedb9bad1a14074ac4526ffdb610611e073810")))
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"0c7lsssns3zp8fh2ibllzzra003srg9vbxqzmq6654akbzdb7lrf"))))
"0qf9lwj7r2hjjp4bd4vc7nayrhblfm4qcqs4dbd43a6p4bj2jv5p"))))
(build-system python-build-system)
(arguments
`(#:phases
@ -15581,7 +15583,7 @@ (define-public python-pyvcf
(synopsis "Variant Call Format parser for Python")
(description "This package provides a @acronym{VCF,Variant Call Format}
parser for Python.")
(license license:expat)))
(license license:expat))))
(define-public nanosv
(package