mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-arviz: Update to 0.19.0.
* gnu/packages/statistics.scm (python-arviz): Update to 0.19.0. Change-Id: Ia42eb00424e77e47e315842313d0ea3759102eab
This commit is contained in:
parent
731241c367
commit
a268e94bf2
1 changed files with 2 additions and 2 deletions
|
@ -2181,7 +2181,7 @@ (define-public python-hdmedians
|
|||
(define-public python-arviz
|
||||
(package
|
||||
(name "python-arviz")
|
||||
(version "0.18.0")
|
||||
(version "0.19.0")
|
||||
(source (origin
|
||||
(method git-fetch) ; PyPI misses some test files
|
||||
(uri (git-reference
|
||||
|
@ -2190,7 +2190,7 @@ (define-public python-arviz
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bdj2mm8zdd83ln9ka9p6bln3n5kkpfmrhgqyy018h51l156m529"))))
|
||||
"0wj1yxr6as368vkr4mk9fz4584nyy12gq2v20l7542lnaabw403z"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
;; FIXME: matplotlib tests fail because of the "--save" test flag.
|
||||
|
|
Loading…
Reference in a new issue