mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -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
|
(define-public calceph
|
||||||
(package
|
(package
|
||||||
(name "calceph")
|
(name "calceph")
|
||||||
(version "3.5.1")
|
(version "3.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -190,7 +190,7 @@ (define-public calceph
|
||||||
"https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-"
|
"https://www.imcce.fr/content/medias/recherche/equipes/asd/calceph/calceph-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "078wn773pwf4pg9m0h0l00g4aq744pq1rb6kz6plgdpzp3hhpk1k"))))
|
(base32 "1rnjlaiii4j0agbj4k242p212bqqmqdqa0lni6c3bnhgfnrbjfp4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gfortran))
|
(list gfortran))
|
||||||
|
|
Loading…
Reference in a new issue