gnu: gnuastro: Update to 0.24.

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

Change-Id: If02e9abb4bee883fa65592c6e5497a0a613981f2
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Andy Tai 2025-11-27 13:28:54 -08:00 committed by Sharlatan Hellseher
parent 853501a25d
commit bca183e092
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1201,7 +1201,7 @@ different kinds of input files.")
(define-public gnuastro
(package
(name "gnuastro")
(version "0.22")
(version "0.24")
(source
(origin
(method url-fetch)
@ -1209,7 +1209,7 @@ different kinds of input files.")
version ".tar.lz"))
(sha256
(base32
"15rljx1mx9dyvni17qpj7y9gv086cvmjf9f5j34m1pbiyn989fqz"))))
"0z2i5cx4wx1m90nyg98f653gwdil86mi0w55sg8rick4rg2a9ifz"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))