mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: cfitsio: Update to 3.450.
* gnu/packages/astronomy.scm (cfitsio): Update to 3.450.
This commit is contained in:
parent
9566bb82e5
commit
115af78e32
1 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ (define-module (gnu packages astronomy)
|
||||||
(define-public cfitsio
|
(define-public cfitsio
|
||||||
(package
|
(package
|
||||||
(name "cfitsio")
|
(name "cfitsio")
|
||||||
(version "3.420")
|
(version "3.450")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -43,7 +43,7 @@ (define-public cfitsio
|
||||||
"http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/"
|
"http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/"
|
||||||
name (string-replace-substring version "." "") ".tar.gz"))
|
name (string-replace-substring version "." "") ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1f0nmki45h9kw7vxpxiav9cb6vs3qqi6zrp2lpci5yhqc5isl43c"))))
|
(base32 "0bmrkw6w65zb0k3mszaaqy1f4zjm2hl7njww74nb5v38wvdi4q5z"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
;; XXX Building with curl currently breaks wcslib. It doesn't use
|
;; XXX Building with curl currently breaks wcslib. It doesn't use
|
||||||
;; pkg-config and hence won't link with -lcurl.
|
;; pkg-config and hence won't link with -lcurl.
|
||||||
|
|
Loading…
Reference in a new issue