summaryrefslogtreecommitdiff
path: root/gnu/packages/astronomy.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-06 04:32:50 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-06-06 06:12:21 +0200
commit115af78e32be7ef638a8b5d937f5995e8e2bf99e (patch)
tree4f56e56124cebd3fdee73ca02702bc33f0a1f834 /gnu/packages/astronomy.scm
parent9566bb82e50da648acbaa64ed6bdcee5a08badd4 (diff)
downloadguix-patches-115af78e32be7ef638a8b5d937f5995e8e2bf99e.tar
guix-patches-115af78e32be7ef638a8b5d937f5995e8e2bf99e.tar.gz
gnu: cfitsio: Update to 3.450.
* gnu/packages/astronomy.scm (cfitsio): Update to 3.450.
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r--gnu/packages/astronomy.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a90b93ad21..232157da34 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -35,7 +35,7 @@
(define-public cfitsio
(package
(name "cfitsio")
- (version "3.420")
+ (version "3.450")
(source
(origin
(method url-fetch)
@@ -43,7 +43,7 @@
"http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/"
name (string-replace-substring version "." "") ".tar.gz"))
(sha256
- (base32 "1f0nmki45h9kw7vxpxiav9cb6vs3qqi6zrp2lpci5yhqc5isl43c"))))
+ (base32 "0bmrkw6w65zb0k3mszaaqy1f4zjm2hl7njww74nb5v38wvdi4q5z"))))
(build-system gnu-build-system)
;; XXX Building with curl currently breaks wcslib. It doesn't use
;; pkg-config and hence won't link with -lcurl.