guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 999b2a8079b289b25d5db74650365bac2c098e7e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Dec 10 21:12:37 2025 +0000
gnu: python-ctapipe: Update to 0.28.0.
* gnu/packages/astronomy.scm (python-ctapipe): Update to 0.28.0.
[propagated-inputs]: Add python-iminuit.
Change-Id: Ia89035e67d99e99b4aa52b1d87077326a086b34f
---
gnu/packages/astronomy.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 924f7d2290..63b9c508d3 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4228,13 +4228,13 @@ files and provide related services.")
(define-public python-ctapipe
(package
(name "python-ctapipe")
- (version "0.27.0")
+ (version "0.28.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ctapipe" version))
(sha256
- (base32 "0flcrq6agmvpfb3wbixrmsizsna5vinb5w9k9r3vrx3i7hx2zfld"))))
+ (base32 "1gkkqbar3r816s8qks9r8ps710xny8v50iyp596j02f40nw6zknf"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -4262,7 +4262,7 @@ files and provide related services.")
;; [poptional]
python-bokeh
python-eventio
- ;; python-iminuit ;see guix/guix#2381
+ python-iminuit
python-matplotlib
python-pyirf))
(home-page "https://github.com/cta-observatory/ctapipe/")