gnu: wcslib: Update to 8.3.

* gnu/packages/astronomy.scm (wcslib): Update to 8.3.

Change-Id: I200ac8887e47dafacd33e6b9168defb928e93c50
This commit is contained in:
Sharlatan Hellseher 2024-10-20 17:36:40 +01:00
parent 7a5bda4d27
commit c9797698f7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6542,14 +6542,14 @@ (define-public unsio
(define-public wcslib
(package
(name "wcslib")
(version "8.2.2")
(version "8.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://www.atnf.csiro.au/people/mcalabre/WCS/"
"wcslib-" version ".tar.bz2"))
(sha256
(base32 "0cvqppjf7gk0f3rs9cc46h5fffv2l8ylrb234r9fbx0px0525632"))
(base32 "0225c77jypjjlfw6zd53447qnrmlq1fl38xzi4mw1fr7g50s67j3"))
(snippet
#~(begin (use-modules (guix build utils))
(delete-file-recursively "C/flexed")))))