diff options
| -rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index e7a2bf1fb5b..608d5cd39e1 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm | |||
| @@ -1231,7 +1231,7 @@ algorithms for evaluating Bayesian evidence.") | |||
| 1231 | (define-public python-pymc | 1231 | (define-public python-pymc |
| 1232 | (package | 1232 | (package |
| 1233 | (name "python-pymc") | 1233 | (name "python-pymc") |
| 1234 | (version "5.27.0") | 1234 | (version "6.2.0") |
| 1235 | (source | 1235 | (source |
| 1236 | (origin | 1236 | (origin |
| 1237 | (method git-fetch) | 1237 | (method git-fetch) |
| @@ -1240,7 +1240,7 @@ algorithms for evaluating Bayesian evidence.") | |||
| 1240 | (commit (string-append "v" version)))) | 1240 | (commit (string-append "v" version)))) |
| 1241 | (file-name (git-file-name name version)) | 1241 | (file-name (git-file-name name version)) |
| 1242 | (sha256 | 1242 | (sha256 |
| 1243 | (base32 "0n2qj13qpd58qg8s5gx2qxiiy7hjpk6k8z0a4ysr3jc66d12s092")))) | 1243 | (base32 "0p1cfwgs43xib1mmpnvdpmypgmp0nyxvjf13kvj3bcdiwwiivl7w")))) |
| 1244 | (build-system pyproject-build-system) | 1244 | (build-system pyproject-build-system) |
| 1245 | ;; Tests are too computationally intensive | 1245 | ;; Tests are too computationally intensive |
| 1246 | (arguments '(#:tests? #f)) | 1246 | (arguments '(#:tests? #f)) |
