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

commit adee69905fce7d75970876bb26da9e4ff30d6720
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 16 17:04:12 2026 +0100

    gnu: python-eventio: Update to 2.1.1.
    
    * gnu/packages/astronomy.scm (python-eventio): Update to 2.1.1.
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 12d0d340e4..d0424bb4b1 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5494,7 +5494,7 @@ Euclid Consortium should be used.")
 (define-public python-eventio
   (package
     (name "python-eventio")
-    (version "2.1.0")
+    (version "2.1.1")
     (source
      (origin
        (method git-fetch)
@@ -5503,7 +5503,7 @@ Euclid Consortium should be used.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0g548pca43iwpq1641w3jzrb3rk2kqjf5gcjbcymfpdif1982zv2"))))
+        (base32 "1mk5ajfg8q3209lq6prqialdz2y9hpwi6pbkcgrrkrxmp0ws0hqf"))))
     (build-system pyproject-build-system)
     ;; tests: 163 passed, 3 skipped, 4 xfailed
     (native-inputs

Reply via email to