guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-pingouin: Update to 0.5.0.


From: guix-commits
Subject: branch master updated: gnu: python-pingouin: Update to 0.5.0.
Date: Mon, 15 Nov 2021 08:32:18 -0500

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f2ad33b  gnu: python-pingouin: Update to 0.5.0.
f2ad33b is described below

commit f2ad33bc3933b710e5beb6592a9a4925b91b199a
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 ef7ae2b..13ee6b3 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -830,7 +830,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
@@ -841,7 +841,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]