mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: python-py2bit: Update to 0.3.0.
* gnu/packages/bioinformatics.scm (python-py2bit): Update to 0.3.0.
This commit is contained in:
parent
6b7260bad1
commit
6b31040ae6
1 changed files with 2 additions and 2 deletions
|
@ -2091,14 +2091,14 @@ (define-public python2-dendropy
|
|||
(define-public python-py2bit
|
||||
(package
|
||||
(name "python-py2bit")
|
||||
(version "0.2.1")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "py2bit" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1cdf4qlmgwsh1f4k0wdv2sr8x9qn4366p0k3614vbd0fpqiarxrl"))))
|
||||
"1vw2nvw1yrl7ikkqsqs1pg239yr5nspvd969r1x9arms1k25a1a5"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/dpryan79/py2bit")
|
||||
(synopsis "Access 2bit files using lib2bit")
|
||||
|
|
Loading…
Reference in a new issue