gnu: python2-pysnptools: Update to 0.3.5.
* gnu/packages/python.scm (python2-pysnptools): Update to 0.3.5.
This commit is contained in:
parent
ef9b4c04a4
commit
3f2e9675fb
|
@ -3381,16 +3381,14 @@ toolkits.")
|
||||||
(define-public python2-pysnptools
|
(define-public python2-pysnptools
|
||||||
(package
|
(package
|
||||||
(name "python2-pysnptools")
|
(name "python2-pysnptools")
|
||||||
(version "0.2.13")
|
(version "0.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "pysnptools" version ".zip"))
|
||||||
"https://pypi.python.org/packages/source/p/pysnptools"
|
|
||||||
"/pysnptools-" version ".zip"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rzf5qvwfvd2pp84b14pb2gdvxdk5avnj7rb41ac8gndpkr9g6ib"))))
|
"15f4j4w5q603i7mlphb5r6mb1mn33pqg81595fpjp158140yqx7b"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2)) ; only Python 2.7 is supported
|
`(#:python ,python-2)) ; only Python 2.7 is supported
|
||||||
|
|
Loading…
Reference in New Issue