guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 46ce3057a07a4f9ed1c892ead1eeb04533722449
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Aug 11 23:17:46 2026 +0100
gnu: libpasastro: Update to 1.4.4.
* gnu/packages/astronomy.scm (libpasastro): Update to 1.4.4.
Relates-to: guix/guix!10702
---
gnu/packages/astronomy.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 595eedbd8e..39f8cd287d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1756,16 +1756,16 @@ Astrometry and Astrodynamics library.")
(define-public libpasastro
(package
(name "libpasastro")
- (version "1.4.3")
+ (version "1.4.4")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/pchev/libpasastro")
- (commit (string-append "v" version))))
+ (url "https://github.com/pchev/libpasastro")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "16d0kc22a1cn9kl8s0mxnaw0ax6qjq3rwhfifgpf1a3f9qp17115"))))
+ (base32 "0y8naadlcd0ybh0qnfpdz4rqfb5sml7x8hx4isk4r7d84iy4cl61"))))
(build-system gnu-build-system)
(arguments
(list
@@ -1799,7 +1799,8 @@ standard astronomy libraries:
@itemize
@item @code{libpasgetdss.so}: Interface with GetDSS to work with DSS images.
-@item @code{libpasplan404.so}: Interface with Plan404 to compute planets
position.
+@item @code{libpasplan404.so}: Interface with Plan404 to compute planets
+position.
@item @code{libpaswcs.so}: Interface with libwcs to work with FITS WCS.
@item @code{libpasspice.so}: To work with NAIF/SPICE kernel.
@end itemize")