gnu: python-pingouin: Update to 0.5.1.

* gnu/packages/python-science.scm (python-pingouin): Update to 0.5.1.
This commit is contained in:
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

View file

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