diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-08-06 17:28:30 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-08 23:02:32 +0100 |
| commit | 6d6620b4baccb871b62225fc5eb60e1f8b97b466 (patch) | |
| tree | a44b54178f8cc1a4c8302f5d905ee043d2010f93 /gnu/packages | |
| parent | 83f95d1679c1810891cfa16ca2b523a4449a29e7 (diff) | |
gnu: python-pymc: Update to 6.2.0.
* gnu/packages/statistics.scm (python-pymc): Update to 6.2.0.
Relates-to: guix/guix!10413
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -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)) |
