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

commit e1ffaa31a84335615cc79872669a8d41f62e93d7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 16 14:35:46 2026 +0000

    gnu: astroterm: Update to 1.0.10.
    
    * gnu/packages/astronomy.scm (astroterm): Update to 1.0.10.
    
    Change-Id: I1443472049357517a9a1c7974fa92eb6fdaa0dea
---
 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 8176d746ab..4905e1e280 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -287,7 +287,7 @@ wide set of telescopes.")
 (define-public astroterm
   (package
     (name "astroterm")
-    (version "1.0.9")
+    (version "1.0.10")
     (source
      (origin
        (method git-fetch)
@@ -296,7 +296,7 @@ wide set of telescopes.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "03vrprrahhfp7jbl1apmpxmv05fb8lw469fnsnq7sajdhc3waifx"))))
+        (base32 "1k946b5qv6jqiap3pi4gv2w46lq0j9q19lfrzkzlypi8h2a9plng"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to