gnu: gnuastro: Update to 0.18.

* gnu/packages/astronomy.scm (gnuastro): Update to 0.18.
This commit is contained in:
Efraim Flashner 2022-07-26 20:48:28 +03:00
parent eafdd4f2c4
commit ce480594aa
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -426,7 +426,7 @@ (define-public weightwatcher
(define-public gnuastro
(package
(name "gnuastro")
(version "0.17")
(version "0.18")
(source
(origin
(method url-fetch)
@ -434,7 +434,7 @@ (define-public gnuastro
version ".tar.lz"))
(sha256
(base32
"1gq37axs9l556pxxmnh47h088gbmp7sk3xjg59qzk2bsycg3dkgh"))))
"1y9ig2kkwiwl0rmp9ip9n83fyjjpg2cc2pxzvdzr8rysq5az357y"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))