diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2017-06-27 11:16:40 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-07-23 10:29:36 +1000 |
commit | 897ab082b23109d7710ff11bb18360153295bed2 (patch) | |
tree | 359fcc6058f82a3e8aa33ec74f5709df7ac5a8d0 /gnu | |
parent | 0620387a594be1e8069dea8cda83dfc4a0b7f2de (diff) | |
download | guix-897ab082b23109d7710ff11bb18360153295bed2.tar guix-897ab082b23109d7710ff11bb18360153295bed2.tar.gz |
gnu: python-plastid: Update to 0.4.8.
* gnu/packages/bioinformatics.scm (python-plastid): Update to 0.4.8.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index d9f7e2a5e1..eab9d49e12 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1527,13 +1527,13 @@ UCSC genome browser.") (define-public python-plastid (package (name "python-plastid") - (version "0.4.6") + (version "0.4.8") (source (origin (method url-fetch) (uri (pypi-uri "plastid" version)) (sha256 (base32 - "1sqkz5d3b9kf688mp7k771c87ins42j7j0whmkb49cb3fsg8s8lj")))) + "0l24dd3q66if8yj042m4s0g95n6acn7im1imqd3p6h8ns43kxhj8")))) (build-system python-build-system) (arguments ;; Some test files are not included. |