gnu: gnuastro: Update to 0.7.

* gnu/packages/astronomy.scm (gnuastro): Update to 0.7.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-14 14:36:30 +02:00
parent 88e1ac17ed
commit 90a4e589e0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -103,7 +103,7 @@ (define-public wcslib
(define-public gnuastro
(package
(name "gnuastro")
(version "0.6")
(version "0.7")
(source
(origin
(method url-fetch)
@ -111,7 +111,7 @@ (define-public gnuastro
version ".tar.gz"))
(sha256
(base32
"16a212j9ghdirm11d25s5q5qw32bkjrxsh3rblfyyv29djch34w6"))))
"1h4hpj5dd1nz8hx0dkf43as0hl1grcaijg0k3zcd5djg7wgna46y"))))
(inputs
`(("cfitsio" ,cfitsio)
("gsl" ,gsl)