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

commit 8c4e469de0bc377cd36c07b09718351f88c6803d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 16 15:36:27 2026 +0000

    gnu: python-ctapipe: Update to 0.29.0.
    
    * gnu/packages/astronomy.scm (python-ctapipe): Update to 0.29.0.
    
    Change-Id: I7c960229da781f30c33b02386916360b5c59929e
---
 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 80de0c6ee6..55a80f7f4c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4221,13 +4221,13 @@ files and provide related services.")
 (define-public python-ctapipe
   (package
     (name "python-ctapipe")
-    (version "0.28.0")
+    (version "0.29.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "ctapipe" version))
        (sha256
-        (base32 "1gkkqbar3r816s8qks9r8ps710xny8v50iyp596j02f40nw6zknf"))))
+        (base32 "063j4xdqj93i00pbsc406iz1rj0qjmqwd46jrd8s7nqnks4f0y2m"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to