gnu: python-py2bit: Update to 0.3.0.

* gnu/packages/bioinformatics.scm (python-py2bit): Update to 0.3.0.
This commit is contained in:
Ricardo Wurmus 2018-10-21 13:42:22 +02:00
parent 6b7260bad1
commit 6b31040ae6
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2091,14 +2091,14 @@ (define-public python2-dendropy
(define-public python-py2bit (define-public python-py2bit
(package (package
(name "python-py2bit") (name "python-py2bit")
(version "0.2.1") (version "0.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "py2bit" version)) (uri (pypi-uri "py2bit" version))
(sha256 (sha256
(base32 (base32
"1cdf4qlmgwsh1f4k0wdv2sr8x9qn4366p0k3614vbd0fpqiarxrl")))) "1vw2nvw1yrl7ikkqsqs1pg239yr5nspvd969r1x9arms1k25a1a5"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://github.com/dpryan79/py2bit") (home-page "https://github.com/dpryan79/py2bit")
(synopsis "Access 2bit files using lib2bit") (synopsis "Access 2bit files using lib2bit")