gnu: gnuastro: Update to 0.4.

* gnu/packages/astronomy.scm (gnuastro): Update to 0.4.
This commit is contained in:
Tobias Geerinckx-Rice 2017-09-20 19:23:34 +02:00
parent d4442eaf22
commit e8d5e32fbf
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)