diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-14 21:10:20 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-30 15:10:42 +0000 |
commit | bdc72d7590f9b19b4a1d30ae08c31ca68440fbde (patch) | |
tree | 57a07070e61e4c0bf2805dcf029d183c4e368fd6 /gnu | |
parent | 5336f74882f82d12aad98f08a3ef83faa24629a2 (diff) |
gnu: libpasastro: Update to 1.4.3.
* gnu/packages/astronomy.scm (libpasastro): Update to 1.4.3.
Change-Id: Ia81332461e42dd8623378edda338f0ad4309a5d5
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 62047dbf0d..eb4f278802 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1130,7 +1130,7 @@ Astrometry and Astrodynamics library.") (define-public libpasastro (package (name "libpasastro") - (version "1.4.2") + (version "1.4.3") (source (origin (method git-fetch) @@ -1139,7 +1139,7 @@ Astrometry and Astrodynamics library.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1na3gyb3nzb5gdgccs1653j2gnz6w3v1mqzhyhkx3yqw8bs3q5x0")))) + (base32 "16d0kc22a1cn9kl8s0mxnaw0ax6qjq3rwhfifgpf1a3f9qp17115")))) (build-system gnu-build-system) (arguments (list |