summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-08-11 23:17:46 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-09-01 18:34:23 +0100
commit46ce3057a07a4f9ed1c892ead1eeb04533722449 (patch)
tree39be4bc4ee9ed9061fa8b700fcdca5e2dcb65ab9
parent51a0661a7a0acdda1178b52ef5be28554b5a7832 (diff)
gnu: libpasastro: Update to 1.4.4.
* gnu/packages/astronomy.scm (libpasastro): Update to 1.4.4. Relates-to: guix/guix!10702
-rw-r--r--gnu/packages/astronomy.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 595eedbd8ec..39f8cd287d3 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1756,16 +1756,16 @@ Astrometry and Astrodynamics library.")
1756(define-public libpasastro 1756(define-public libpasastro
1757 (package 1757 (package
1758 (name "libpasastro") 1758 (name "libpasastro")
1759 (version "1.4.3") 1759 (version "1.4.4")
1760 (source 1760 (source
1761 (origin 1761 (origin
1762 (method git-fetch) 1762 (method git-fetch)
1763 (uri (git-reference 1763 (uri (git-reference
1764 (url "https://github.com/pchev/libpasastro") 1764 (url "https://github.com/pchev/libpasastro")
1765 (commit (string-append "v" version)))) 1765 (commit (string-append "v" version))))
1766 (file-name (git-file-name name version)) 1766 (file-name (git-file-name name version))
1767 (sha256 1767 (sha256
1768 (base32 "16d0kc22a1cn9kl8s0mxnaw0ax6qjq3rwhfifgpf1a3f9qp17115")))) 1768 (base32 "0y8naadlcd0ybh0qnfpdz4rqfb5sml7x8hx4isk4r7d84iy4cl61"))))
1769 (build-system gnu-build-system) 1769 (build-system gnu-build-system)
1770 (arguments 1770 (arguments
1771 (list 1771 (list
@@ -1799,7 +1799,8 @@ standard astronomy libraries:
1799 1799
1800@itemize 1800@itemize
1801@item @code{libpasgetdss.so}: Interface with GetDSS to work with DSS images. 1801@item @code{libpasgetdss.so}: Interface with GetDSS to work with DSS images.
1802@item @code{libpasplan404.so}: Interface with Plan404 to compute planets position. 1802@item @code{libpasplan404.so}: Interface with Plan404 to compute planets
1803position.
1803@item @code{libpaswcs.so}: Interface with libwcs to work with FITS WCS. 1804@item @code{libpaswcs.so}: Interface with libwcs to work with FITS WCS.
1804@item @code{libpasspice.so}: To work with NAIF/SPICE kernel. 1805@item @code{libpasspice.so}: To work with NAIF/SPICE kernel.
1805@end itemize") 1806@end itemize")