diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2017-10-10 05:21:09 +0200 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2017-10-14 03:17:50 +0200 |
commit | af6ce6108818eca78def159c8e6f8c14b0272978 (patch) | |
tree | 47eaad2ae83bcdc779538f9fc5c882780ce49a5e | |
parent | a47ed09624d4406b4c9332a67bac1416519e33b5 (diff) | |
download | guix-af6ce6108818eca78def159c8e6f8c14b0272978.tar.gz |
gnu: python-biopython: Update to 1.70.
* gnu/packages/python.scm (python-biopython, python2-biopython): Update to 1.70.
-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 2963dd321d..32603ae57e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -730,14 +730,14 @@ provide a coordinated and extensible framework to do computational biology.") (define-public python-biopython (package (name "python-biopython") - (version "1.68") + (version "1.70") (source (origin (method url-fetch) ;; use PyPi rather than biopython.org to ease updating (uri (pypi-uri "biopython" version)) (sha256 (base32 - "07qc7nz0k77y8hf8s18rscvibvm91zw0kkq7ylrhisf8vp8hkp6i")))) + "0nz4n9d2y2dg849gn1z0vjlkwcpzzkzy3fij7x94a6ixy2c54z2a")))) (build-system python-build-system) (arguments `(#:phases |