mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: erfa: Update to 1.7.3.
* gnu/packages/astronomy.scm (erfa): Update to 1.7.3.
This commit is contained in:
parent
5eded9b52d
commit
fef8bc470c
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@ (define-public qfits
|
|||
(define-public erfa
|
||||
(package
|
||||
(name "erfa")
|
||||
(version "1.7.2")
|
||||
(version "1.7.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -127,7 +127,7 @@ (define-public erfa
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1vsqwvzlk7r8q7nwyb7i710blcfdl5kwcm2va9km07a820nsp84a"))))
|
||||
(base32 "0nh12dr7gk4ki55lz95pkm4fpf7kazirra3zax9pab6v4qql4hlw"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("automake" ,automake)
|
||||
|
|
Loading…
Reference in a new issue