This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5db92c2c66 gnu: astroterm: Update to 1.0.9.
5db92c2c66 is described below

commit 5db92c2c6638f00fcd3af0f5588cebf201b76f35
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Sat Aug 30 15:58:43 2025 +0300

    gnu: astroterm: Update to 1.0.9.
    
    * gnu/packages/astronomy.scm (astroterm): Update to 1.0.9.
    
    Change-Id: I2c212c3b44826148d097d6699e52381d575eebe7
---
 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 5e5120ee92..7085fde1cf 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -279,7 +279,7 @@ wide set of telescopes.")
 (define-public astroterm
   (package
     (name "astroterm")
-    (version "1.0.8")
+    (version "1.0.9")
     (source
      (origin
        (method git-fetch)
@@ -288,7 +288,7 @@ wide set of telescopes.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10y776rh6ww1zjk96cd497ipbr54q0wdd1g7ybsrffdbrzc6l8jx"))))
+        (base32 "03vrprrahhfp7jbl1apmpxmv05fb8lw469fnsnq7sajdhc3waifx"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to