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

commit 4fe2e12ba9eb3fdd2eb34dc54acb1c944cd5affd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 15 18:37:22 2026 +0100

    gnu: python-dkist: Update to 1.18.1.
    
    * gnu/packages/astronomy.scm (python-dkist): Update to 1.18.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 160183ae2f9..9e913f1d9e9 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -5169,7 +5169,7 @@ Cesium.")
 (define-public python-dkist
   (package
     (name "python-dkist")
-    (version "1.18.0")
+    (version "1.18.1")
     (source
      (origin
        (method git-fetch)
@@ -5178,7 +5178,7 @@ Cesium.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "13mlcqrbydhyfd3z7vzw49wlav83fssr2qwwv5h58djgjqnjmjk1"))))
+        (base32 "0fqnww18lbyj1jmhx0kj4avxkk3rg6wik4irhdx462s73p48zs0f"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to