mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-pingouin: Update to 0.5.0.
* gnu/packages/python-science.scm (python-pingouin): Update to 0.5.0.
This commit is contained in:
parent
078934bdd4
commit
f2ad33bc39
1 changed files with 2 additions and 2 deletions
|
@ -830,7 +830,7 @@ (define-public python-pandas-flavor
|
|||
(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
|
||||
|
@ -841,7 +841,7 @@ (define-public python-pingouin
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ap29x54kdr19vi8qxj9g6cz2r1q4f0z7dcf6g77zwav7hf7r61a"))))
|
||||
"01aaq023q4bymffrc2wm56af87da32wcvy5d5156i4g7qgvh346r"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue