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

commit f8d9ebe98895b9d0b6f3967918750a61874965ae
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Dec 16 23:41:04 2025 +0000

    gnu: python-corsikaio: Update to 0.6.0.
    
    * gnu/packages/astronomy.scm (python-corsikaio): Update to 0.6.0.
    [argumets] <test-flags>: Skip one test.
    [propagated-inputs]: Add python-zstandard.
    
    Change-Id: I46c4c1f6d3b3039960e919be96fa255410b6f05b
---
 gnu/packages/astronomy.scm | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index da4384ea74..c44036b345 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4002,19 +4002,23 @@ lens models possibly obtained from different modeling 
codes.")
 (define-public python-corsikaio
   (package
     (name "python-corsikaio")
-    (version "0.5.0")
+    (version "0.6.0")
     (source
      (origin
-       (method git-fetch) ; no tests in the PyPI tarball
+       (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/cta-observatory/pycorsikaio";)
-             (commit (string-append "v" version))))
+              (url "https://github.com/cta-observatory/pycorsikaio";)
+              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1afv7jra31fi2g85z8jzmjr6w1wk9xs4v2cg06df2zffqfgfjnjj"))))
+        (base32 "00y1yvgvvgx465syp1hf9r58rj5s5c3pz8dj2bjwz11xym31v5vr"))))
     (build-system pyproject-build-system)
     (arguments
      (list
+      ;; tests: 50 passed, 1 deselected
+      #:test-flags
+      ;; XXX: See: <https://github.com/cta-observatory/pycorsikaio/issues/57>
+      #~(list "--deselect=tests/test_io.py::test_versions")
       #:phases
       #~(modify-phases %standard-phases
           (add-before 'build 'set-env-version
@@ -4026,7 +4030,8 @@ lens models possibly obtained from different modeling 
codes.")
            python-setuptools
            python-setuptools-scm))
     (propagated-inputs
-     (list python-numpy))
+     (list python-numpy
+           python-zstandard))
     (home-page "https://github.com/cta-observatory/pycorsikaio";)
     (synopsis "Reader for CORSIKA binary output files")
     (description

Reply via email to