gnu: gnuastro: Update to 0.20

* gnu/packages/astronomy.scm (gnuastro: Update to 0.20

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Andy Tai 2023-06-10 00:53:41 -07:00 committed by Christopher Baines
parent 1798c02638
commit 94020f90f9
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -651,7 +651,7 @@ (define-public weightwatcher
(define-public gnuastro (define-public gnuastro
(package (package
(name "gnuastro") (name "gnuastro")
(version "0.19") (version "0.20")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -659,7 +659,7 @@ (define-public gnuastro
version ".tar.lz")) version ".tar.lz"))
(sha256 (sha256
(base32 (base32
"192q3i4zlfmwfcchlf9lnpfgys9dssh7npr5qx0gzn3d2fri0xbz")))) "05bkad0xbax9k0m2g2507mdmjg2109sfg72dsx16f44yj55llh2n"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:configure-flags '("--disable-static"))) '(#:configure-flags '("--disable-static")))