mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-arviz: Update to 0.20.0.
* gnu/packages/statistics.scm (python-arviz): Update to 0.20.0. Change-Id: I9998e822b1961d2ddf487b71d1bc3b45841b2b3c
This commit is contained in:
parent
0d37e234f7
commit
a260fb09a5
1 changed files with 2 additions and 2 deletions
|
@ -2338,7 +2338,7 @@ machine learning, computer vision, and high-dimensional statistics.")
|
||||||
(define-public python-arviz
|
(define-public python-arviz
|
||||||
(package
|
(package
|
||||||
(name "python-arviz")
|
(name "python-arviz")
|
||||||
(version "0.19.0")
|
(version "0.20.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch) ; PyPI misses some test files
|
(method git-fetch) ; PyPI misses some test files
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2347,7 +2347,7 @@ machine learning, computer vision, and high-dimensional statistics.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wj1yxr6as368vkr4mk9fz4584nyy12gq2v20l7542lnaabw403z"))))
|
"1dk25jmsljan6pfcq0s06vgk7gg20qqhk0zqnpd8dw94dhw2mnpa"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; FIXME: matplotlib tests fail because of the "--save" test flag.
|
;; FIXME: matplotlib tests fail because of the "--save" test flag.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue