me
/
guix
Archived
1
0
Fork 0

gnu: python2-bx-python: Update to 0.7.3.

* gnu/packages/bioinformatics.scm (python2-bx-python): Update to 0.7.3.
master
Ricardo Wurmus 2017-06-22 17:24:07 +02:00
parent cc005f9000
commit c1dfe8c30b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 5 deletions

View File

@ -1383,15 +1383,13 @@ well as many of the command line options.")
(define-public python2-bx-python (define-public python2-bx-python
(package (package
(name "python2-bx-python") (name "python2-bx-python")
(version "0.7.2") (version "0.7.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "bx-python" version))
"https://pypi.python.org/packages/source/b/bx-python/bx-python-"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0ld49idhc5zjdvbhvjq1a2qmpjj7h5v58rqr25dzmfq7g34b50xh")) "15z2w3bvnc0n4qmb9bd6d8ylc2h2nj883x2w9iixf4x3vki9b22i"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
'(substitute* "setup.py" '(substitute* "setup.py"