gnu: python2-fastlmm: Update to 0.2.26.

* gnu/packages/python.scm (python2-fastlmm): Update to 0.2.26.
This commit is contained in:
Tobias Geerinckx-Rice 2016-12-31 16:37:07 +01:00
parent a5f92ca04f
commit 594358f5b6
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -3369,14 +3369,14 @@ objects.")
(define-public python2-fastlmm (define-public python2-fastlmm
(package (package
(name "python2-fastlmm") (name "python2-fastlmm")
(version "0.2.21") (version "0.2.26")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "fastlmm" version ".zip")) (uri (pypi-uri "fastlmm" version ".zip"))
(sha256 (sha256
(base32 (base32
"1q8c34rpmwkfy3r4d5172pzdkpfryj561897z9r3x22gq7813x1m")))) "0yxrx9xzai4fyrsi7c2p31kxvpq9czmv1p0wax5ic07m6izbszxg"))))
(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