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

commit 67acd9477117c7d107fbc553ac2faac3d1212cc6
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 13 21:25:28 2026 +0100

    gnu: ginga: Update to 7.4.0.
    
    * gnu/packages/astronomy.scm (ginga): Update to 7.4.0.
---
 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 a08cd581adf..ca4bf92bd48 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1108,7 +1108,7 @@ for \"genetic modifications\" as described by e.g.
 (define-public ginga
   (package
     (name "ginga")
-    (version "7.3.0")
+    (version "7.4.0")
     (source
      (origin
        (method git-fetch)
@@ -1117,7 +1117,7 @@ for \"genetic modifications\" as described by e.g.
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1q4qdc4s2p9i6lzyvxcr3bfyclxsr0xg7dkmnz4ilgy561zxy87w"))))
+        (base32 "1a1bsqfyy4ahcqsbc68a7xyii2hcdvylyn4wmggihdagb8ym3hwp"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to