me
/
guix
Archived
1
0
Fork 0

gnu: python-pingouin: Update to 0.5.1.

* gnu/packages/python-science.scm (python-pingouin): Update to 0.5.1.
master
Maxim Cournoyer 2022-04-20 01:20:37 -04:00
parent 70bb54c8a2
commit cecf195347
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -945,7 +945,7 @@ of Pandas
(define-public python-pingouin (define-public python-pingouin
(package (package
(name "python-pingouin") (name "python-pingouin")
(version "0.5.0") (version "0.5.1")
(source (source
;; The PyPI tarball does not contain the tests. ;; The PyPI tarball does not contain the tests.
(origin (origin
@ -956,7 +956,7 @@ of Pandas
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"01aaq023q4bymffrc2wm56af87da32wcvy5d5156i4g7qgvh346r")))) "10v3mwcmyc7rd2957cbmfcw66yw2y0fz7zcfyx46q8slbmd1d8d4"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases