guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: gnuastro: Update to 0.8.


From: guix-commits
Subject: 01/03: gnu: gnuastro: Update to 0.8.
Date: Sat, 29 Dec 2018 13:27:18 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 38a3b66619a68e9f26434bb672f3914b7a70fc7a
Author: Efraim Flashner <address@hidden>
Date:   Sat Dec 29 20:13:48 2018 +0200

    gnu: gnuastro: Update to 0.8.
    
    * gnu/packages/astronomy.scm (gnuastro): Update to 0.8.
    [native-inputs]: Add lzip.
---
 gnu/packages/astronomy.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 3c8b9cc..7e6a56c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 John Darrington <address@hidden>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -102,15 +103,15 @@ header.")
 (define-public gnuastro
   (package
     (name "gnuastro")
-    (version "0.7")
+    (version "0.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://gnu/gnuastro/gnuastro-"
-                           version ".tar.gz"))
+                           version ".tar.lz"))
        (sha256
         (base32
-         "1h4hpj5dd1nz8hx0dkf43as0hl1grcaijg0k3zcd5djg7wgna46y"))))
+         "0gx6iar3z07k9sdvpa6kchsz6fpk94xn5vcvbcigssl2dwqmlnkb"))))
     (inputs
      `(("cfitsio" ,cfitsio)
        ("gsl" ,gsl)
@@ -118,6 +119,8 @@ header.")
        ("libtiff" ,libtiff)
        ("wcslib" ,wcslib)
        ("zlib" ,zlib)))
+    (native-inputs
+     `(("lzip" ,lzip)))
     (build-system gnu-build-system)
     (home-page "https://www.gnu.org/software/gnuastro/";)
     (synopsis "Astronomy utilities")



reply via email to

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