mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: libpasastro: Update to 1.4.2.
* gnu/packages/astronomy.scm (libpasastro): Update to 1.4.2. Change-Id: I387f63fe1ebfcc95c33177b13325611e16cd89df
This commit is contained in:
parent
286d5134a8
commit
2c564396be
1 changed files with 2 additions and 2 deletions
|
@ -2983,7 +2983,7 @@ (define-public libskry
|
|||
(define-public libpasastro
|
||||
(package
|
||||
(name "libpasastro")
|
||||
(version "1.4.1")
|
||||
(version "1.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2992,7 +2992,7 @@ (define-public libpasastro
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1h92p9ph3zi4w8krny1azd9wgwna2nf07ims983jcky1chkfm0is"))))
|
||||
(base32 "1na3gyb3nzb5gdgccs1653j2gnz6w3v1mqzhyhkx3yqw8bs3q5x0"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f
|
||||
|
|
Loading…
Reference in a new issue