diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-02 20:28:51 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-03 13:56:01 +0100 |
commit | 7fb5bfc54fc38bc9c080823ca8f5f09da2c9b4f4 (patch) | |
tree | 0e3dd422081656779fdce151842c787e473e65b4 | |
parent | e080e35dc1f012fa57a8e77759f933abdc3b8fc2 (diff) | |
download | guix-7fb5bfc54fc38bc9c080823ca8f5f09da2c9b4f4.tar.gz |
gnu: python-plastid: Update to 0.5.1.
* gnu/packages/bioinformatics.scm (python-plastid): Update to 0.5.1.
-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 67315b81b9..2d3d69dc99 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -2441,13 +2441,13 @@ UCSC genome browser.") (define-public python-plastid (package (name "python-plastid") - (version "0.4.8") + (version "0.5.1") (source (origin (method url-fetch) (uri (pypi-uri "plastid" version)) (sha256 (base32 - "0l24dd3q66if8yj042m4s0g95n6acn7im1imqd3p6h8ns43kxhj8")))) + "1a7mdky2xw02y88l51f58pqk8039ahdp6sblj3zx58zarmy2pqyl")))) (build-system python-build-system) (arguments ;; Some test files are not included. |