summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-21 09:58:13 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 20:04:50 +0100
commit78fe7e28dd58461bb3753d10d91cc8c8570fc4bf (patch)
tree779e98b5dbc77e486baa664d323f38174a8e35f3
parente9bb55d0a83759d96b034406c99e02e361f2a54e (diff)
gnu: gpredict: Update to 2.6.
* gnu/packages/astronomy.scm (gpredict): Update to 2.6. Relates-to: guix/guix!10702
-rw-r--r--gnu/packages/astronomy.scm4
1 files 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.")
1281(define-public gpredict 1281(define-public gpredict
1282 (package 1282 (package
1283 (name "gpredict") 1283 (name "gpredict")
1284 (version "2.5.2") 1284 (version "2.6")
1285 (source 1285 (source
1286 (origin 1286 (origin
1287 (method git-fetch) 1287 (method git-fetch)
@@ -1290,7 +1290,7 @@ programs for the manipulation and analysis of astronomical data.")
1290 (commit (string-append "v" version)))) 1290 (commit (string-append "v" version))))
1291 (file-name (git-file-name name version)) 1291 (file-name (git-file-name name version))
1292 (sha256 1292 (sha256
1293 (base32 "050cb2aai18rkvdl2a627ni899wn28d0sz6f97lrjm7pf14bszqd")))) 1293 (base32 "1np1fif9jgmv3s28lcwc4pvkx386bwf9v08g5ix8izqm4wvk8l9s"))))
1294 (build-system gnu-build-system) 1294 (build-system gnu-build-system)
1295 (arguments 1295 (arguments
1296 (list 1296 (list