From 78fe7e28dd58461bb3753d10d91cc8c8570fc4bf Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Fri, 21 Aug 2026 09:58:13 +0100 Subject: 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 13e8c168668..a55b37ff478 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 -- cgit v1.2.3