guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-pingouin: Update to 0.5.2.


From: guix-commits
Subject: 02/02: gnu: python-pingouin: Update to 0.5.2.
Date: Sun, 11 Sep 2022 17:46:10 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e3ed1d09f9d490eff6becd6e9cb85a4d36c48e85
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Sep 11 23:04:02 2022 +0200

    gnu: python-pingouin: Update to 0.5.2.
    
    * gnu/packages/python-science.scm (python-pingouin): Update to 0.5.2.
    [arguments]: Adjust outdated substitution.
---
 gnu/packages/python-science.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index d571dd8406..e2a0fb3a95 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -835,7 +835,7 @@ of Pandas
 (define-public python-pingouin
   (package
     (name "python-pingouin")
-    (version "0.5.1")
+    (version "0.5.2")
     (source
      ;; The PyPI tarball does not contain the tests.
      (origin
@@ -846,7 +846,7 @@ of Pandas
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "10v3mwcmyc7rd2957cbmfcw66yw2y0fz7zcfyx46q8slbmd1d8d4"))))
+         "0czy7cpn6xx9fs6wbz6rq2lpkb1a89bzxj1anf2f9in1m5qyrh83"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -857,7 +857,7 @@ of Pandas
          (add-after 'unpack 'remove-outdated-check
            (lambda _
              (substitute* "setup.py"
-               (("'outdated',") ""))
+               (("\"outdated\",") ""))
              (substitute* "pingouin/__init__.py"
                (("^from outdated[^\n]*") "")
                (("^warn_if_outdated[^\n]*") ""))))



reply via email to

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