diff options
author | Andy Tai <[email protected]> | 2024-02-05 07:40:35 -0800 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2024-02-06 19:00:56 +0000 |
commit | 7d3aa578ef0b7fcfcddf0623f806ec625aab6ccd (patch) | |
tree | 8486ea7b67043f84553e6f6ba251594ba987cafb | |
parent | b13d6c5715b71c4499ce37ef3968e4216125a5ed (diff) |
gnu gnuatro: Update to 0.22.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.22.
Change-Id: Ifa8329765adb2b32b9b04c1531087363a807613d
Signed-off-by: Sharlatan Hellseher <[email protected]>
-rw-r--r-- | gnu/packages/astronomy.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index aedb5ef8f9..b7b057e026 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -13,6 +13,7 @@ ;;; Copyright © 2023 Andreas Enge <[email protected]> ;;; Copyright © 2023 Simon Tournier <[email protected]> ;;; Copyright © 2024 Ricardo Wurmus <[email protected]> +;;; Copyright © 2024 Andy Tai <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; @@ -949,7 +950,7 @@ different kinds of input files.") (define-public gnuastro (package (name "gnuastro") - (version "0.21") + (version "0.22") (source (origin (method url-fetch) @@ -957,7 +958,7 @@ different kinds of input files.") version ".tar.lz")) (sha256 (base32 - "1zyk764pmfrsfj45gnc3qp4z1zfmgrv7kcsji2bxfzvs9inzzq4c")))) + "15rljx1mx9dyvni17qpj7y9gv086cvmjf9f5j34m1pbiyn989fqz")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--disable-static"))) |