[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: gnuastro: Update to 0.4.
From: |
Tobias Geerinckx-Rice |
Subject: |
03/04: gnu: gnuastro: Update to 0.4. |
Date: |
Wed, 20 Sep 2017 13:27:58 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit e8d5e32fbff2f8a5be0462b5e23fbeaaeb832af3
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Sep 20 19:23:34 2017 +0200
gnu: gnuastro: Update to 0.4.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.4.
---
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 868ed89..a1f5bd1 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.3")
+ (version "0.4")
(source
(origin
(method url-fetch)
@@ -101,7 +101,7 @@ systems in a FITS image header.")
version ".tar.gz"))
(sha256
(base32
- "109xjwbs36gbkx5sd5yzf6ailfcldc5d28vl1n19z0ylfzww4nwa"))))
+ "1n30zz4kg89ic5h30b7nrxp0bk0ls2m3xnfi81mja56bxxwpihrs"))))
(inputs
`(("cfitsio" ,cfitsio)
("gsl" ,gsl)