me
/
guix
Archived
1
0
Fork 0

gnu: python-pymc: Update to 5.10.0.

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

Change-Id: I900a65beba2d919bde3137a370dbdb19566c828c
master
Vinicius Monego 2023-12-04 20:08:22 -03:00
parent b2d433d485
commit 295179f410
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

View File

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