[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
49/49: gnu: python-biopython, python2-biopython: Update to 1.66.
From: |
Ricardo Wurmus |
Subject: |
49/49: gnu: python-biopython, python2-biopython: Update to 1.66. |
Date: |
Thu, 10 Dec 2015 13:36:55 +0000 |
rekado pushed a commit to branch master
in repository guix.
commit e815c094f761e79fd09ac76da539d83b03306378
Author: Ben Woodcroft <address@hidden>
Date: Wed Nov 11 21:27:02 2015 +1000
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.
---
gnu/packages/bioinformatics.scm | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 35cec1e..17b4675 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -348,15 +348,14 @@ provide a coordinated and extensible framework to do
computational biology.")
(define-public python-biopython
(package
(name "python-biopython")
- (version "1.65")
+ (version "1.66")
(source (origin
(method url-fetch)
- (uri (string-append
- "http://biopython.org/DIST/biopython-"
- version ".tar.gz"))
+ ;; use PyPi rather than biopython.org to ease updating
+ (uri (pypi-uri "biopython" version))
(sha256
(base32
- "13m8s9jkrw40zvdp1rl709n6lmgdh4f52aann7gzr6sfp0fwhg26"))))
+ "1gdv92593klimg22icf5j9by7xiq86jnwzkpz4abaa05ylkdf6hp"))))
(build-system python-build-system)
(inputs
`(("python-numpy" ,python-numpy)))
- 37/49: gnu: Add ghc-tasty-kat., (continued)
- 37/49: gnu: Add ghc-tasty-kat., Ricardo Wurmus, 2015/12/10
- 35/49: gnu: Add ghc-asn1-encoding., Ricardo Wurmus, 2015/12/10
- 26/49: gnu: Add ghc-juicypixels., Ricardo Wurmus, 2015/12/10
- 28/49: gnu: Add ghc-hslua., Ricardo Wurmus, 2015/12/10
- 43/49: gnu: Add ghc-x509-system., Ricardo Wurmus, 2015/12/10
- 33/49: gnu: Add ghc-pem., Ricardo Wurmus, 2015/12/10
- 30/49: gnu: Add ghc-http-client., Ricardo Wurmus, 2015/12/10
- 46/49: gnu: Add ghc-connection., Ricardo Wurmus, 2015/12/10
- 40/49: gnu: Add ghc-x509., Ricardo Wurmus, 2015/12/10
- 42/49: gnu: Add ghc-x509-validation., Ricardo Wurmus, 2015/12/10
- 49/49: gnu: python-biopython, python2-biopython: Update to 1.66.,
Ricardo Wurmus <=
- 48/49: gnu: Add ghc-pandoc., Ricardo Wurmus, 2015/12/10
- 39/49: gnu: Add ghc-memory., Ricardo Wurmus, 2015/12/10
- 45/49: gnu: Add ghc-socks., Ricardo Wurmus, 2015/12/10
- 47/49: gnu: Add ghc-http-client-tls., Ricardo Wurmus, 2015/12/10
- 38/49: gnu: Add ghc-cryptonite., Ricardo Wurmus, 2015/12/10
- 41/49: gnu: Add ghc-x509-store., Ricardo Wurmus, 2015/12/10
- 44/49: gnu: Add ghc-tls., Ricardo Wurmus, 2015/12/10