diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-15 22:34:29 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-04-30 13:20:51 +0100 |
| commit | 0c22c03ad65ee972f8dea41a37e9eac68c212b5d (patch) | |
| tree | 33cda1875e1d0dd26f2cd2df7afbd37f6aa822ac | |
| parent | 64bb90f6fa734843f8fd3debb3bca3fa16f9ef43 (diff) | |
gnu: gpredict: Update to 2.5.1.
* gnu/packages/astronomy.scm (gpredict): Update to 2.5.1.
Change-Id: If875b2d10cddfbfff54d9bc5f28d8b9dc3a77dd5
| -rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index eb074c7e09..b0bb39dacf 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1196,7 +1196,7 @@ programs for the manipulation and analysis of astronomical data.") (define-public gpredict (package (name "gpredict") - (version "2.4") + (version "2.5.1") (source (origin (method git-fetch) @@ -1205,7 +1205,7 @@ programs for the manipulation and analysis of astronomical data.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0dfwb6h7bkhx782pj78xw4c1h1r6kd3md7xjz1jvxapsx0iypclw")))) + (base32 "1bcy50g1hkdwdadr5lb2fs3ry261qcp10kf3cc0kif9y8im91zwl")))) (build-system gnu-build-system) (arguments (list |
