guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/21: gnu: cfitsio: Update to 3.450.


From: Tobias Geerinckx-Rice
Subject: 15/21: gnu: cfitsio: Update to 3.450.
Date: Wed, 6 Jun 2018 00:12:55 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 115af78e32be7ef638a8b5d937f5995e8e2bf99e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 6 04:32:50 2018 +0200

    gnu: cfitsio: Update to 3.450.
    
    * gnu/packages/astronomy.scm (cfitsio): Update to 3.450.
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index a90b93a..232157d 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]