gnu: python-biopython: Update to 1.70.

* gnu/packages/python.scm (python-biopython, python2-biopython): Update to 1.70.
This commit is contained in:
Cyril Roelandt 2017-10-10 05:21:09 +02:00
parent a47ed09624
commit af6ce61088
No known key found for this signature in database
GPG Key ID: 1C7995D2D5A38336
1 changed files with 2 additions and 2 deletions

View File

@ -730,14 +730,14 @@ provide a coordinated and extensible framework to do computational biology.")
(define-public python-biopython (define-public python-biopython
(package (package
(name "python-biopython") (name "python-biopython")
(version "1.68") (version "1.70")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
;; use PyPi rather than biopython.org to ease updating ;; use PyPi rather than biopython.org to ease updating
(uri (pypi-uri "biopython" version)) (uri (pypi-uri "biopython" version))
(sha256 (sha256
(base32 (base32
"07qc7nz0k77y8hf8s18rscvibvm91zw0kkq7ylrhisf8vp8hkp6i")))) "0nz4n9d2y2dg849gn1z0vjlkwcpzzkzy3fij7x94a6ixy2c54z2a"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases