This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new bca183e092 gnu: gnuastro: Update to 0.24.
bca183e092 is described below
commit bca183e092b1d428449a11f03be941d4718dc504
Author: Andy Tai <[email protected]>
AuthorDate: Thu Nov 27 13:28:54 2025 -0800
gnu: gnuastro: Update to 0.24.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.24.
Change-Id: If02e9abb4bee883fa65592c6e5497a0a613981f2
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 9a5b9a8b37..66ccb0a080 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -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")))