guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: Revert "gnu: python2-fastlmm: Update to 0.2.26."


From: Marius Bakke
Subject: 03/03: Revert "gnu: python2-fastlmm: Update to 0.2.26."
Date: Fri, 24 Feb 2017 15:45:39 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 154d0016b5b980c6cc0dfb1e4b80405fb6474191
Author: Marius Bakke <address@hidden>
Date:   Fri Feb 24 21:25:28 2017 +0100

    Revert "gnu: python2-fastlmm: Update to 0.2.26."
    
    This reverts commit 594358f5b6948095dad7a638241cdb2b80a2d293.
---
 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 232f342..c295c42 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3366,14 +3366,14 @@ objects.")
 (define-public python2-fastlmm
   (package
     (name "python2-fastlmm")
-    (version "0.2.26")
+    (version "0.2.21")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "fastlmm" version ".zip"))
        (sha256
         (base32
-         "0yxrx9xzai4fyrsi7c2p31kxvpq9czmv1p0wax5ic07m6izbszxg"))))
+         "1q8c34rpmwkfy3r4d5172pzdkpfryj561897z9r3x22gq7813x1m"))))
     (build-system python-build-system)
     (arguments
      `(#:python ,python-2)) ; only Python 2.7 is supported



reply via email to

[Prev in Thread] Current Thread [Next in Thread]