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

commit 2a044c02281a8981ca0301a9edd79a7a5585e3c9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Feb 18 23:29:22 2026 +0000

    gnu: python-pyirf: Add python-gammapy.
    
    * gnu/packages/astronomy.scm (python-pyirf): Update to 0.13.0.
    [propagated-inputs]: Add python-gammapy.
    [description]: Open acronyms.
    
    Change-Id: I204473eeaaf912db58636d3c4ca919c1a64d710b
---
 gnu/packages/astronomy.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index b47b5db675..d949a8a8c6 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7668,7 +7668,7 @@ angular units for lensing computations with lenstronomy.")
            python-setuptools-scm))
     (propagated-inputs
      (list python-astropy
-           ;; python-gammapy    ;not packaged yet in Guix
+           python-gammapy
            python-numpy
            python-packaging
            python-scipy
@@ -7676,8 +7676,9 @@ angular units for lensing computations with lenstronomy.")
     (home-page "https://github.com/cta-observatory/pyirf";)
     (synopsis "Python IRF builder")
     (description
-     "This package provides a python library to calculate IACT IRFs
-and Sensitivities.")
+     "This package provides a python library to calculate @acronym{IACT,
+Imaging Atmospheric Cherenkov Telescopes} @acronym{IRF, Instrument Response
+Function} and Sensitivities.")
     (license license:expat)))
 
 (define-public python-pynbody

Reply via email to