summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <[email protected]>2025-01-16 22:42:59 +0000
committerSharlatan Hellseher <[email protected]>2025-01-29 23:00:59 +0000
commit3ef0fb0d768e20623db903f6083ffd6b3d1abb37 (patch)
tree92410cd178cc27757e4e7e866f64abf3907ff693
parentac103c2eab1a169ca18c88fd0b0d03c7d2e02c9d (diff)
gnu: calceph: Update to 4.0.4.
* gnu/packages/astronomy.scm (calceph): Update to 4.0.4. Change-Id: Idffb093376dc4c5d9bc9b3691dccafeb9ffa7e46
-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 f2d5bb2fe9..4512493402 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -262,7 +262,7 @@ wide set of telescopes.")
(define-public calceph
(package
(name "calceph")
- (version "4.0.3")
+ (version "4.0.4")
(source
(origin
(method git-fetch)
@@ -271,7 +271,7 @@ wide set of telescopes.")
(commit (string-append name "_"
(string-replace-substring version "." "_")))))
(sha256
- (base32 "1985ihkpxr0vra5xr664yxg9llby88j3zkbhqn38lh8wn0gwivj9"))
+ (base32 "0cs34iwrgja7f47l8cvpxzgljxay5x4bx80hdpclaksilysvlyk0"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(native-inputs