guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit b645643e874c8a3f54f06b33f9883be61361ac3e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 15 16:08:49 2026 +0100

    gnu: python-camb: Update to 2.0.3.
    
    * gnu/packages/astronomy.scm (python-camb): Update to 2.0.3.
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 3121abfde99..ccb780832d9 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -3992,7 +3992,7 @@ Origins Spectrograph}.")
 (define-public python-camb
   (package
     (name "python-camb")
-    (version "2.0.0")
+    (version "2.0.3")
     (source
      (origin
        (method git-fetch)
@@ -4001,7 +4001,7 @@ Origins Spectrograph}.")
               (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1drjaijsz4nr3g6pl2pi7236wyzl6bv63wxg7jq0knrza0104d37"))))
+        (base32 "1nish5xdpl8lrs6x5613plf4j84ya1q3q8wjd65dg2f8gnbxw5cl"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to