diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-09-07 09:28:22 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-09-07 10:00:05 +0300 |
commit | 2e5fef86d32abb831f35c7df1bf93cbf580d02d9 (patch) | |
tree | 5e68428d54b17b47339a5702fb3cf3aea32de463 /gnu | |
parent | 45231d17580bd1f6bc9c5d7b84e79c7f4cdc7b93 (diff) |
gnu: gnuastro: Update to 0.13.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.13.
Diffstat (limited to 'gnu')
-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 f134f0800f..785d281887 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -128,7 +128,7 @@ header.") (define-public gnuastro (package (name "gnuastro") - (version "0.12") + (version "0.13") (source (origin (method url-fetch) @@ -136,7 +136,7 @@ header.") version ".tar.lz")) (sha256 (base32 - "0ypk1c72q778cixfa52vjxzbd5m4qc6hfjgnipy16sfa7mnspmyf")))) + "07di6zx2irc5q0zyymx2951ydzxdfjmzd3az5qnk67ncf3hknvj5")))) (build-system gnu-build-system) (arguments '(#:configure-flags '("--disable-static"))) |