guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gnuastro: Update to 0.2.


From: Efraim Flashner
Subject: 01/01: gnu: gnuastro: Update to 0.2.
Date: Sat, 8 Oct 2016 20:56:11 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 80bc37737c36b8b09db6fb85963c577ca2ac1c42
Author: Efraim Flashner <address@hidden>
Date:   Sat Oct 8 23:55:40 2016 +0300

    gnu: gnuastro: Update to 0.2.
    
    * gnu/packages/astronomy.scm (gnuastro): Update to 0.2.
    [home-page]: Use https.
---
 gnu/packages/astronomy.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 0c29a39..c1b15e1 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -87,7 +87,7 @@ systems in a FITS image header.")
 (define-public gnuastro
   (package
     (name "gnuastro")
-    (version "0.1")
+    (version "0.2")
     (source
      (origin
        (method url-fetch)
@@ -95,14 +95,14 @@ systems in a FITS image header.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "105s007kw8l3jwwhvh8k9lgbpfbf7sqh2wpxmvpv3qdr6nh9lnjg"))))
+         "0099g7zqg1gr9y94ybhyjgx9pkn9zv4rj1xb00fkybfw8w6ij9iv"))))
     (inputs
      `(("cfitsio" ,cfitsio)
        ("gsl" ,gsl)
        ("libjpeg" ,libjpeg-8)
        ("wcslib" ,wcslib)))
     (build-system gnu-build-system)
-    (home-page "http://www.gnu.org/software/gnuastro";)
+    (home-page "https://www.gnu.org/software/gnuastro";)
     (synopsis "Astronomical data manipulation programs")
     (description "The GNU Astronomy Utilities (Gnuastro) is a suite of
 programs for the manipulation and analysis of astronomical data.")



reply via email to

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