diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-10 15:04:24 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-30 15:07:38 +0000 |
commit | 559590cfc2ffbac8420857234a897d97f67c8c51 (patch) | |
tree | 8c7492059b0d7f103f7c7affe13c44e261be5ce4 | |
parent | 868a3a541885c8dc901017a7a1db8caaf97e8812 (diff) |
gnu: calceph: Update to 4.0.3.
* gnu/packages/astronomy.scm (calceph): Update to 4.0.3.
Change-Id: If55f18abb989a2181c8b753bf676935da57b49bb
-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 55b76340fb..80c3d50d6a 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -261,7 +261,7 @@ wide set of telescopes.") (define-public calceph (package (name "calceph") - (version "4.0.1") + (version "4.0.3") (source (origin (method git-fetch) @@ -270,7 +270,7 @@ wide set of telescopes.") (commit (string-append name "_" (string-replace-substring version "." "_"))))) (sha256 - (base32 "00q7iww72g6rgnq2br0g2py0ll57690gid08vyva6ffswyb3g923")) + (base32 "1985ihkpxr0vra5xr664yxg9llby88j3zkbhqn38lh8wn0gwivj9")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (native-inputs |