me
/
guix
Archived
1
0
Fork 0

gnu: python-pingouin: Update to 0.5.0.

* gnu/packages/python-science.scm (python-pingouin): Update to 0.5.0.
master
Arun Isaac 2021-11-15 17:00:09 +05:30 committed by Efraim Flashner
parent 35ce3e5de6
commit e97197cccb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -823,7 +823,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
@ -834,7 +834,7 @@ of Pandas
(file-name (git-file-name name version))
(sha256
(base32
"1ap29x54kdr19vi8qxj9g6cz2r1q4f0z7dcf6g77zwav7hf7r61a"))))
"01aaq023q4bymffrc2wm56af87da32wcvy5d5156i4g7qgvh346r"))))
(build-system python-build-system)
(arguments
`(#:phases