Archived
1
0
Fork 0

gnu: python-pymc: Update to 5.10.3.

* gnu/packages/statistics.scm (python-pymc): Update to 5.10.3.

Change-Id: I7c30e5a487f97415ef3bf7f9c514a5de54dcd611
This commit is contained in:
Vinicius Monego 2024-01-24 12:27:06 -03:00
parent 90b80796bf
commit b6e3527aae
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -2182,7 +2182,7 @@ comparison and diagnostics.")
(define-public python-pymc (define-public python-pymc
(package (package
(name "python-pymc") (name "python-pymc")
(version "5.10.0") (version "5.10.3")
(source (origin (source (origin
(method git-fetch) ; no tests in PyPI (method git-fetch) ; no tests in PyPI
(uri (git-reference (uri (git-reference
@ -2191,7 +2191,7 @@ comparison and diagnostics.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"17gb7ny2isfgyps7qffdxq18a9p43qy1fhqhbh75cnqd5wv1yxzb")))) "0ydngbki4xb0i4j0nayzqqrvwlxp30fp56kiwm95n2i7iwgmki02"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list #:tests? #f ; tests are too computationally intensive (list #:tests? #f ; tests are too computationally intensive