mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-07 23:21:32 +02:00
gnu: python2-pysnptools: Update to 0.3.5.
* gnu/packages/python.scm (python2-pysnptools): Update to 0.3.5.
This commit is contained in:
@@ -3381,16 +3381,14 @@ toolkits.")
|
||||
(define-public python2-pysnptools
|
||||
(package
|
||||
(name "python2-pysnptools")
|
||||
(version "0.2.13")
|
||||
(version "0.3.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/p/pysnptools"
|
||||
"/pysnptools-" version ".zip"))
|
||||
(uri (pypi-uri "pysnptools" version ".zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"1rzf5qvwfvd2pp84b14pb2gdvxdk5avnj7rb41ac8gndpkr9g6ib"))))
|
||||
"15f4j4w5q603i7mlphb5r6mb1mn33pqg81595fpjp158140yqx7b"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:python ,python-2)) ; only Python 2.7 is supported
|
||||
|
||||
Reference in New Issue
Block a user