nckx pushed a commit to branch master
in repository guix.
commit 594358f5b6948095dad7a638241cdb2b80a2d293
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sat Dec 31 16:37:07 2016 +0100
gnu: python2-fastlmm: Update to 0.2.26.
* gnu/packages/python.scm (python2-fastlmm): Update to 0.2.26.
---
gnu/packages/python.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1251660..006290f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3369,14 +3369,14 @@ objects.")
(define-public python2-fastlmm
(package
(name "python2-fastlmm")
- (version "0.2.21")
+ (version "0.2.26")
(source
(origin
(method url-fetch)
(uri (pypi-uri "fastlmm" version ".zip"))
(sha256
(base32
- "1q8c34rpmwkfy3r4d5172pzdkpfryj561897z9r3x22gq7813x1m"))))
+ "0yxrx9xzai4fyrsi7c2p31kxvpq9czmv1p0wax5ic07m6izbszxg"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2)) ; only Python 2.7 is supported