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:
parent
90b80796bf
commit
b6e3527aae
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue