mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: libpasastro: Update to 1.4.3.
* gnu/packages/astronomy.scm (libpasastro): Update to 1.4.3. Change-Id: Ia81332461e42dd8623378edda338f0ad4309a5d5
This commit is contained in:
parent
5336f74882
commit
bdc72d7590
1 changed files with 2 additions and 2 deletions
|
@ -1130,7 +1130,7 @@ (define-public libnova
|
|||
(define-public libpasastro
|
||||
(package
|
||||
(name "libpasastro")
|
||||
(version "1.4.2")
|
||||
(version "1.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1139,7 +1139,7 @@ (define-public libpasastro
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1na3gyb3nzb5gdgccs1653j2gnz6w3v1mqzhyhkx3yqw8bs3q5x0"))))
|
||||
(base32 "16d0kc22a1cn9kl8s0mxnaw0ax6qjq3rwhfifgpf1a3f9qp17115"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue