diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-06-22 17:24:07 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-06-22 17:25:40 +0200 |
commit | c1dfe8c30b06c5a7f41522b75ad891b2516fe402 (patch) | |
tree | b47f7265c52e26e5f265ebac1db7819bb899558d | |
parent | cc005f9000e85a6f07acda03baed94d190f0784b (diff) | |
download | guix-c1dfe8c30b06c5a7f41522b75ad891b2516fe402.tar guix-c1dfe8c30b06c5a7f41522b75ad891b2516fe402.tar.gz |
gnu: python2-bx-python: Update to 0.7.3.
* gnu/packages/bioinformatics.scm (python2-bx-python): Update to 0.7.3.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 7f66861ead..2815194b7e 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1383,15 +1383,13 @@ well as many of the command line options.") (define-public python2-bx-python (package (name "python2-bx-python") - (version "0.7.2") + (version "0.7.3") (source (origin (method url-fetch) - (uri (string-append - "https://pypi.python.org/packages/source/b/bx-python/bx-python-" - version ".tar.gz")) + (uri (pypi-uri "bx-python" version)) (sha256 (base32 - "0ld49idhc5zjdvbhvjq1a2qmpjj7h5v58rqr25dzmfq7g34b50xh")) + "15z2w3bvnc0n4qmb9bd6d8ylc2h2nj883x2w9iixf4x3vki9b22i")) (modules '((guix build utils))) (snippet '(substitute* "setup.py" |