summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-17 13:45:14 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-28 22:07:03 +0000
commit76f96e3b5327d45ae965d40e231da526c0b6af15 (patch)
treefadcaceeaa2d93e34f819d7a9bd6b9bad481f28f /gnu
parent68b7e6610a14f56ab60878fb2ba59da34f0fd848 (diff)
gnu: python-cobaya: Update to 3.6.1.
* gnu/packages/astronomy.scm (python-cobaya): Update to 3.6.1. Change-Id: Ie9c0ef7d47289b0539b9c86eee8da073b52b44ba
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm9
1 files changed, 6 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c94b26634da..a27c9319272 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3954,7 +3954,7 @@ monochromatic sequential colormaps like @code{blue}, @code{green}, and
(define-public python-cobaya
(package
(name "python-cobaya")
- (version "3.6")
+ (version "3.6.1")
(source
(origin
(method git-fetch)
@@ -3963,14 +3963,17 @@ monochromatic sequential colormaps like @code{blue}, @code{green}, and
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1jws7kb3578mgbimxxanbhzkrxpmcby0jqxq9zlf04i5ilqn4s6m"))))
+ (base32 "1y2nyqxrp9yd8yrpgpw79z72h60yzxzczn1yybg1cww18ll79pr5"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 76 passed, 3 skipped, 93 xfailed, 2 warnings
+ ;; tests: 76 passed, 3 skipped, 94 xfailed, 2 warnings
#:test-flags
#~(list "--numprocesses" (number->string (min 8 (parallel-job-count)))
"--skip-not-installed"
+ ;; cobaya.component.ComponentNotFoundError: 'planckpr4lensing'
+ ;; could not be found. Tried loading internal and external
+ ;; classes. No component path was given.
"-k" "not test_planck_NPIPE_p_CamSpec_camb and not test_grid")
#:phases
#~(modify-phases %standard-phases