gnu: gnuastro: Update to 0.19.

* gnu/packages/astronomy.scm (gnuastro): Update to 0.19.
This commit is contained in:
Efraim Flashner 2022-10-24 21:40:11 +03:00
parent a2e4e3489b
commit d6f11bec0f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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