mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: calceph: Update to 3.5.2.
* gnu/packages/astronomy.scm (calceph): Update to 3.5.2. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
8a88a7c0d9
commit
dc2be2652f
1 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ (define-public aocommon
|
|||
(define-public calceph
|
||||
(package
|
||||
(name "calceph")
|
||||
(version "3.5.1")
|
||||
(version "3.5.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -190,7 +190,7 @@ (define-public calceph
|
|||
"https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "078wn773pwf4pg9m0h0l00g4aq744pq1rb6kz6plgdpzp3hhpk1k"))))
|
||||
(base32 "1rnjlaiii4j0agbj4k242p212bqqmqdqa0lni6c3bnhgfnrbjfp4"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list gfortran))
|
||||
|
|
Loading…
Reference in a new issue