gnu: wcslib: Update to 5.18.

* gnu/packages/astronomy.scm (wcslib): Update to 5.18.
This commit is contained in:
Tobias Geerinckx-Rice 2018-01-10 15:52:19 +01:00
parent 67c23790d3
commit ed8ac55246
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU ;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 John Darrington <jmd@gnu.org> ;;; Copyright © 2016 John Darrington <jmd@gnu.org>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -64,7 +65,7 @@ (define-public cfitsio
(define-public wcslib (define-public wcslib
(package (package
(name "wcslib") (name "wcslib")
(version "5.17") (version "5.18")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -72,7 +73,7 @@ (define-public wcslib
"ftp://ftp.atnf.csiro.au/pub/software/wcslib/" name "-" version "ftp://ftp.atnf.csiro.au/pub/software/wcslib/" name "-" version
".tar.bz2")) ".tar.bz2"))
(sha256 (sha256
(base32 "0v23x1fw01arhmqdrzfd9n593mjglhzfyx4793v065z0dg4bb72w")))) (base32 "16jh568k99c9p0y3qzcgps2rii933x9wlay7q1xm0lr59zqzp4xn"))))
(inputs (inputs
`(("cfitsio" ,cfitsio))) `(("cfitsio" ,cfitsio)))
(build-system gnu-build-system) (build-system gnu-build-system)