diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-16 16:02:46 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-30 11:40:45 +0000 |
| commit | d134954a9dec96096a4cde07bd5086238d23d2f2 (patch) | |
| tree | 6e7445ff1593e0d240ce17ab1c31174993ddcffd /gnu | |
| parent | d254fde05ab87cb422f59bbdac2685de23ea2acc (diff) | |
gnu: wcslib: Update to 8.5.
* gnu/packages/astronomy.scm (wcslib): Update to 8.5.
[source, home-page]: Fix URL, again it's changed.
Change-Id: I916f3364db3ec0df36402f3973e198145b680cea
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index b75cf7c2f9..deb92cd21a 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -11745,14 +11745,15 @@ traveling to a star 100 light years away looks like.") (define-public wcslib (package (name "wcslib") - (version "8.4") + (version "8.5") (source (origin (method url-fetch) (uri (string-append "https://www.atnf.csiro.au/computing/software/wcs/" + "wcslib-releases/" "wcslib-" version ".tar.bz2")) (sha256 - (base32 "1p1606jscky6cw32qwx7k7nwv24jm9c85mzfrm9qnjni4r2882wn")) + (base32 "1kpacbh6zrci44qab0jllkn3a9z3b465w17qcfivvfpxzdw1pzgi")) (snippet #~(begin (use-modules (guix build utils)) (delete-file-recursively "C/flexed"))))) @@ -11777,7 +11778,7 @@ traveling to a star 100 light years away looks like.") (list cfitsio)) (native-inputs (list flex)) - (home-page "https://www.atnf.csiro.au/people/mcalabre/WCS/WCS") + (home-page "https://www.atnf.csiro.au/computing/software/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 |
