guix-commits
[Top][All Lists]
Advanced

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

01/04: Revert "gnu: python-pingouin: Update to 0.5.0."


From: guix-commits
Subject: 01/04: Revert "gnu: python-pingouin: Update to 0.5.0."
Date: Tue, 21 Dec 2021 09:24:55 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 8e213a15d3b25d23583eb76c383d7f4ec1c86fc4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 21 15:03:31 2021 +0200

    Revert "gnu: python-pingouin: Update to 0.5.0."
    
    This reverts commit f2ad33bc3933b710e5beb6592a9a4925b91b199a.
    
    python-pingouin after 0.3.12 needs newer versions of all the python
    science libraries.
---
 gnu/packages/python-science.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 393e598..816798b 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -823,7 +823,7 @@ of Pandas
 (define-public python-pingouin
   (package
     (name "python-pingouin")
-    (version "0.5.0")
+    (version "0.3.12")
     (source
      ;; The PyPI tarball does not contain the tests.
      (origin
@@ -834,7 +834,7 @@ of Pandas
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "01aaq023q4bymffrc2wm56af87da32wcvy5d5156i4g7qgvh346r"))))
+         "1ap29x54kdr19vi8qxj9g6cz2r1q4f0z7dcf6g77zwav7hf7r61a"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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