gnu: python-biopython, python2-biopython: Update to 1.66.

* gnu/packages/bioinformatics.scm (python-biopython, python2-biopython): Update to 1.66.
[source]: Use PyPi instead of biopython.org.
This commit is contained in:
Ben Woodcroft 2015-11-11 21:27:02 +10:00 committed by Ricardo Wurmus
parent 85538709f1
commit e815c094f7
1 changed files with 4 additions and 5 deletions

View File

@ -348,15 +348,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.65") (version "1.66")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append ;; use PyPi rather than biopython.org to ease updating
"http://biopython.org/DIST/biopython-" (uri (pypi-uri "biopython" version))
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"13m8s9jkrw40zvdp1rl709n6lmgdh4f52aann7gzr6sfp0fwhg26")))) "1gdv92593klimg22icf5j9by7xiq86jnwzkpz4abaa05ylkdf6hp"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-numpy" ,python-numpy))) `(("python-numpy" ,python-numpy)))