guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: python-pingouin: Update to 0.5.0.


From: guix-commits
Subject: 01/05: gnu: python-pingouin: Update to 0.5.0.
Date: Wed, 22 Dec 2021 14:18:35 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit e97197cccba327c1870145963e3da553cb5e2a6c
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Mon Nov 15 17:00:09 2021 +0530

    gnu: python-pingouin: Update to 0.5.0.
    
    * gnu/packages/python-science.scm (python-pingouin): Update to 0.5.0.
---
 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 816798b..393e598 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.3.12")
+    (version "0.5.0")
     (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
-         "1ap29x54kdr19vi8qxj9g6cz2r1q4f0z7dcf6g77zwav7hf7r61a"))))
+         "01aaq023q4bymffrc2wm56af87da32wcvy5d5156i4g7qgvh346r"))))
     (build-system python-build-system)
     (arguments
      `(#:phases



reply via email to

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