gnu: python-pingouin: Update to 0.5.1.
* gnu/packages/python-science.scm (python-pingouin): Update to 0.5.1.master
parent
70bb54c8a2
commit
cecf195347
|
@ -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
|
||||||
|
|
Reference in New Issue