summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-12-16 23:41:04 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-12-30 11:40:46 +0000
commit02712877da426d4d89fba95a33366f0fe22aeb2e (patch)
tree82d4410a73e0aa50538314910e4c4b8a8363968b /gnu
parent680b1bd6c700cbddba55011f23bda1f4096cc33a (diff)
gnu: python-corsikaio: Update to 0.6.1.
* gnu/packages/astronomy.scm (python-corsikaio): Update to 0.6.1. [propagated-inputs]: Add python-zstandard. Change-Id: I46c4c1f6d3b3039960e919be96fa255410b6f05b
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm14
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index bd39fd1c6f..78d5c93361 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4004,19 +4004,20 @@ lens models possibly obtained from different modeling codes.")
(define-public python-corsikaio
(package
(name "python-corsikaio")
- (version "0.5.0")
+ (version "0.6.1")
(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 "0rnp1myhilkcr7mnv6x3cmxqjn0adgmb89crszn536qphsisyc35"))))
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 51 passed
#:phases
#~(modify-phases %standard-phases
(add-before 'build 'set-env-version
@@ -4028,7 +4029,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