summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-10-16 16:06:38 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-10-30 18:34:52 +0000
commite71c7f53d86ba016b7a9c409a7eb6a1e83ac4489 (patch)
tree21c05d49fa7d46793724a88ac4ee23d1d7ab1c8f /gnu
parentd50a5cf753f87522d6ec6f8633d40ce69f93d88a (diff)
gnu: python-eventio: Update to 2.0.0.
* gnu/packages/astronomy.scm (python-eventio): Update to 2.0.0. Change-Id: I8f9675215917698529b63ad9f60659f2912acfa5
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/astronomy.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index c41d4a30440..4c4f7b551ef 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -4321,16 +4321,16 @@ tools for astronomers.")
(define-public python-eventio
(package
(name "python-eventio")
- (version "1.16.1")
+ (version "2.0.0")
(source
(origin
- (method git-fetch) ; no test data in the PyPI tarball
+ (method git-fetch)
(uri (git-reference
- (url "https://github.com/cta-observatory/pyeventio")
- (commit (string-append "v" version))))
+ (url "https://github.com/cta-observatory/pyeventio")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0jg2zgs0z5jfkdkbgxiiclxkyxrz4zhb57x1ji0c5pd2vsrn4g92"))))
+ (base32 "10d2gmniwrljwgrs936v06gf5biz6h5zsjrc6kqk9qb1rcrb6gpw"))))
(build-system pyproject-build-system)
(arguments
(list