mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: python-plastid: Update to 0.4.8.
* gnu/packages/bioinformatics.scm (python-plastid): Update to 0.4.8.
This commit is contained in:
parent
0620387a59
commit
897ab082b2
1 changed files with 2 additions and 2 deletions
|
@ -1527,13 +1527,13 @@ (define-public python2-twobitreader
|
||||||
(define-public python-plastid
|
(define-public python-plastid
|
||||||
(package
|
(package
|
||||||
(name "python-plastid")
|
(name "python-plastid")
|
||||||
(version "0.4.6")
|
(version "0.4.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "plastid" version))
|
(uri (pypi-uri "plastid" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sqkz5d3b9kf688mp7k771c87ins42j7j0whmkb49cb3fsg8s8lj"))))
|
"0l24dd3q66if8yj042m4s0g95n6acn7im1imqd3p6h8ns43kxhj8"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Some test files are not included.
|
;; Some test files are not included.
|
||||||
|
|
Loading…
Reference in a new issue