guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: wcslib: Update to 5.17.


From: Tobias Geerinckx-Rice
Subject: 01/04: gnu: wcslib: Update to 5.17.
Date: Wed, 20 Sep 2017 13:27:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7651a4b2ecc37ec2d7d94cb8fd7a4f7b5a95c92c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Sep 20 14:01:26 2017 +0200

    gnu: wcslib: Update to 5.17.
    
    * gnu/packages/astronomy.scm (wcslib): Update to 5.17.
---
 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 132013b..a2ce42c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -64,7 +64,7 @@ in FITS files.")
 (define-public wcslib
   (package
     (name "wcslib")
-    (version "5.16")
+    (version "5.17")
     (source
      (origin
        (method url-fetch)
@@ -72,7 +72,7 @@ in FITS files.")
              "ftp://ftp.atnf.csiro.au/pub/software/wcslib/"; name "-" version
              ".tar.bz2"))
        (sha256
-        (base32 "1vwrzkznpig2q40m11j12hsfqvsjz8z44l66pz5fkh6fy461w0zd"))))
+        (base32 "0v23x1fw01arhmqdrzfd9n593mjglhzfyx4793v065z0dg4bb72w"))))
     (inputs
      `(("cfitsio" ,cfitsio)))
     (build-system gnu-build-system)



reply via email to

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