mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: python-pymc: Update to 5.11.0.
* gnu/packages/statistics.scm (python-pymc): Update to 5.11.0. Change-Id: Idd61bd5811201e32539bce9f6359d33c67063e85
This commit is contained in:
parent
fc14ef5465
commit
8d4aae6e0d
1 changed files with 2 additions and 2 deletions
|
@ -2224,7 +2224,7 @@ (define-public python-arviz
|
|||
(define-public python-pymc
|
||||
(package
|
||||
(name "python-pymc")
|
||||
(version "5.10.3")
|
||||
(version "5.11.0")
|
||||
(source (origin
|
||||
(method git-fetch) ; no tests in PyPI
|
||||
(uri (git-reference
|
||||
|
@ -2233,7 +2233,7 @@ (define-public python-pymc
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ydngbki4xb0i4j0nayzqqrvwlxp30fp56kiwm95n2i7iwgmki02"))))
|
||||
"0x94qzq3z02fxlliz1xfdpb2pbn7nhp4skzcxz6qdavbj9xqcxys"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; tests are too computationally intensive
|
||||
|
|
Loading…
Reference in a new issue