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

commit 534976ed8a5c816384d728926fbdb2c5ecbe0875
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 cb85be8def..7d7635043c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4374,13 +4374,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