guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 78fe7e28dd58461bb3753d10d91cc8c8570fc4bf
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Aug 21 09:58:13 2026 +0100

    gnu: gpredict: Update to 2.6.
    
    * gnu/packages/astronomy.scm (gpredict): Update to 2.6.
    
    Relates-to: guix/guix!10702
---
 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 13e8c16866..a55b37ff47 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1281,7 +1281,7 @@ programs for the manipulation and analysis of 
astronomical data.")
 (define-public gpredict
   (package
     (name "gpredict")
-    (version "2.5.2")
+    (version "2.6")
     (source
      (origin
        (method git-fetch)
@@ -1290,7 +1290,7 @@ programs for the manipulation and analysis of 
astronomical data.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "050cb2aai18rkvdl2a627ni899wn28d0sz6f97lrjm7pf14bszqd"))))
+        (base32 "1np1fif9jgmv3s28lcwc4pvkx386bwf9v08g5ix8izqm4wvk8l9s"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to