gnu: python-arviz: Update to 0.17.1.

* gnu/packages/statistics.scm (python-arviz): Update to 0.17.1.

Change-Id: Ib6d108a92c12a8f3cb636c09a31bb61612ee6caa
This commit is contained in:
Vinicius Monego 2024-03-15 20:42:13 -03:00
parent 1c5a685c75
commit fc14ef5465
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -2176,7 +2176,7 @@ (define-public python-hdmedians
(define-public python-arviz (define-public python-arviz
(package (package
(name "python-arviz") (name "python-arviz")
(version "0.17.0") (version "0.17.1")
(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
@ -2185,7 +2185,7 @@ (define-public python-arviz
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0rmv7nniciq2jjnmk3qslc777wm8mjp7vsbk5dqx87a94dp7198f")))) "1rpm2a9swzhnqn84dfsbc8kvz6qnn8w2icr3p08gwax9h9pg4ksp"))))
(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.