~ruther/guix-local

1a8c17b3520a3b70e5c3395cf2ae77d1c2abf5dd — Sharlatan Hellseher 4 months ago 0f56b82
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
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +3 -3
@@ 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/")