gnu: python2-fastlmm: Update to 0.2.21.
* gnu/packages/python.scm (python2-fastlmm): Update to 0.2.21.
This commit is contained in:
parent
3f2e9675fb
commit
b074e7d486
|
@ -3024,16 +3024,14 @@ capabilities.")
|
||||||
(define-public python2-fastlmm
|
(define-public python2-fastlmm
|
||||||
(package
|
(package
|
||||||
(name "python2-fastlmm")
|
(name "python2-fastlmm")
|
||||||
(version "0.2.14")
|
(version "0.2.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "fastlmm" version ".zip"))
|
||||||
"https://pypi.python.org/packages/source/f/fastlmm"
|
|
||||||
"/fastlmm-" version ".zip"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"023sydkrc3yxad2bycar02jfswwlh4199kafzhf2bssyx2c3xa0l"))))
|
"1q8c34rpmwkfy3r4d5172pzdkpfryj561897z9r3x22gq7813x1m"))))
|
||||||
(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