gnu: gnuastro: Update to 0.10.

* gnu/packages/astronomy.scm (gnuastro): Update to 0.10.
This commit is contained in:
Efraim Flashner 2019-08-29 10:23:58 +03:00
parent 3e7a62e2e4
commit df2f8bee10
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -120,7 +120,7 @@ (define-public wcslib
(define-public gnuastro
(package
(name "gnuastro")
(version "0.9")
(version "0.10")
(source
(origin
(method url-fetch)
@ -128,7 +128,7 @@ (define-public gnuastro
version ".tar.lz"))
(sha256
(base32
"1c1894ixz3l8p1nmzkysgl9lz8vpqbfw1dd404kh6lvrpml7jzig"))))
"0gmhmh0yddb2aql4hd5ffrr0d4hrmh4pa3yln0n186hslqinp81b"))))
(inputs
`(("cfitsio" ,cfitsio)
("gsl" ,gsl)