diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-18 00:08:17 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-30 15:07:39 +0000 |
commit | 6a5a1f9564f7f62b4048c312715f7025c612d771 (patch) | |
tree | 5da9267bd300a64345a845961c9149d0f11a5f17 | |
parent | c6b2b0b0a17f40588376bb97ddac0bcc0f9b21db (diff) |
gnu: wcslib: Update to 8.4.
* gnu/packages/astronomy.scm (wcslib): Update to 8.4.
[source]<uri>: Fix it as changed upstream.
[home-page]: Likewise.
Change-Id: Ie527d9669af5a41d1f9a186464c04ea0e3991ff1
-rw-r--r-- | gnu/packages/astronomy.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index bd1a14a2f4f..09540c071ce 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -7204,14 +7204,14 @@ n-body file formats (nemo, Gadget binaries 1 and 2, Gadget hdf5, Ramses).") (define-public wcslib (package (name "wcslib") - (version "8.3") + (version "8.4") (source (origin (method url-fetch) - (uri (string-append "https://www.atnf.csiro.au/people/mcalabre/WCS/" + (uri (string-append "https://www.atnf.csiro.au/people/mcalabre/WCS/WCS/" "wcslib-" version ".tar.bz2")) (sha256 - (base32 "0225c77jypjjlfw6zd53447qnrmlq1fl38xzi4mw1fr7g50s67j3")) + (base32 "1p1606jscky6cw32qwx7k7nwv24jm9c85mzfrm9qnjni4r2882wn")) (snippet #~(begin (use-modules (guix build utils)) (delete-file-recursively "C/flexed"))))) @@ -7236,7 +7236,7 @@ n-body file formats (nemo, Gadget binaries 1 and 2, Gadget hdf5, Ramses).") (list cfitsio)) (native-inputs (list flex)) - (home-page "https://www.atnf.csiro.au/people/mcalabre/WCS") + (home-page "https://www.atnf.csiro.au/people/mcalabre/WCS/WCS") (synopsis "Library which implements the FITS WCS standard") (description "The FITS \"World Coordinate System\" (@dfn{WCS}) standard defines keywords and usage that provide for the description of astronomical |