summaryrefslogtreecommitdiff
path: root/gnu/packages/astronomy.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-09-20 19:23:34 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-09-20 19:29:28 +0200
commite8d5e32fbff2f8a5be0462b5e23fbeaaeb832af3 (patch)
tree3d1afc76c6ae921506d982642e2592dec374275c /gnu/packages/astronomy.scm
parentd4442eaf2230fbbaff0be92705ce61e7810c2d90 (diff)
downloadguix-patches-e8d5e32fbff2f8a5be0462b5e23fbeaaeb832af3.tar
guix-patches-e8d5e32fbff2f8a5be0462b5e23fbeaaeb832af3.tar.gz
gnu: gnuastro: Update to 0.4.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.4.
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r--gnu/packages/astronomy.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 868ed89033..a1f5bd1820 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)