guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: gnuastro: Update to 0.3.


From: Ludovic Courtès
Subject: 03/04: gnu: gnuastro: Update to 0.3.
Date: Thu, 8 Jun 2017 17:56:38 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit ea4678a427b5c95f13a25faf4dca792f0bb9bbd8
Author: Ludovic Courtès <address@hidden>
Date:   Thu Jun 8 23:33:31 2017 +0200

    gnu: gnuastro: Update to 0.3.
    
    * gnu/packages/astronomy.scm (gnuastro): Update to 0.3.
    Adjust as suggested by 'guix lint'.
---
 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 6984f10..2aa65d5 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -93,7 +93,7 @@ systems in a FITS image header.")
 (define-public gnuastro
   (package
     (name "gnuastro")
-    (version "0.2")
+    (version "0.3")
     (source
      (origin
        (method url-fetch)
@@ -101,7 +101,7 @@ systems in a FITS image header.")
                            version ".tar.gz"))
        (sha256
         (base32
-         "0099g7zqg1gr9y94ybhyjgx9pkn9zv4rj1xb00fkybfw8w6ij9iv"))))
+         "109xjwbs36gbkx5sd5yzf6ailfcldc5d28vl1n19z0ylfzww4nwa"))))
     (inputs
      `(("cfitsio" ,cfitsio)
        ("gsl" ,gsl)
@@ -109,7 +109,7 @@ systems in a FITS image header.")
        ("wcslib" ,wcslib)))
     (build-system gnu-build-system)
     (home-page "https://www.gnu.org/software/gnuastro/";)
-    (synopsis "Astronomical data manipulation programs")
+    (synopsis "Astronomy utilities")
     (description "The GNU Astronomy Utilities (Gnuastro) is a suite of
 programs for the manipulation and analysis of astronomical data.")
     (license license:gpl3+)))



reply via email to

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