me
/
guix
Archived
1
0
Fork 0

gnu: wcslib: Update to 8.1.

* gnu/packages/astronomy.scm (wcslib): Update to 8.1.
master
Tobias Geerinckx-Rice 2023-07-02 02:00:03 +02:00
parent 4c0f0ab984
commit 25a604a274
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -665,7 +665,7 @@ feature detection and cosmetic corrections.")
(define-public wcslib
(package
(name "wcslib")
(version "7.12")
(version "8.1")
(source
(origin
(method url-fetch)
@ -673,7 +673,7 @@ feature detection and cosmetic corrections.")
"ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib-" version
".tar.bz2"))
(sha256
(base32 "1m3bx6gh5w3c7vvsqcki0x20mg8lilg13m0i8nh7za89w58dxy4w"))))
(base32 "17hjnkwn2rd5d9krw2n637q4y8ma4nzk2i55zzn8l2yimdpkxwib"))))
(inputs
(list cfitsio))
(build-system gnu-build-system)