diff options
| author | Andy Tai <atai@atai.org> | 2025-11-27 13:28:54 -0800 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-30 23:55:38 +0000 |
| commit | bca183e092b1d428449a11f03be941d4718dc504 (patch) | |
| tree | bfe6a2b1ecb12b51c4316f946d270b8b997f3d5d | |
| parent | 853501a25dfa4eb5ae217e0c0a770b75977b3131 (diff) | |
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>
| -rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 9a5b9a8b371..66ccb0a080f 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"))) |
