summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-03-20 08:47:47 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-03-20 08:48:00 +0200
commit6a45a1f4224bfa1b277bc57598f8382cda890b78 (patch)
tree3e0e217bd22bbc234aaf79df206cf6ede0db93f5
parent0d216771704bb93f72a0ef4d22f7af52df97b5de (diff)
downloadguix-patches-6a45a1f4224bfa1b277bc57598f8382cda890b78.tar
guix-patches-6a45a1f4224bfa1b277bc57598f8382cda890b78.tar.gz
gnu: gnuastro: Update to 0.17.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.17.
-rw-r--r--gnu/packages/astronomy.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 5336a9fb36..21141916c5 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 John Darrington <jmd@gnu.org>
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2018, 2019, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2018, 2019, 2020, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2019 by Amar Singh <nly@disroot.org>
;;; Copyright © 2020 R Veera Kumar <vkor@vkten.in>
;;; Copyright © 2020, 2021 Guillaume Le Vaillant <glv@posteo.net>
@@ -297,7 +297,7 @@ astronomical image-processing packages like Drizzle, Swarp or SExtractor.")
(define-public gnuastro
(package
(name "gnuastro")
- (version "0.16")
+ (version "0.17")
(source
(origin
(method url-fetch)
@@ -305,7 +305,7 @@ astronomical image-processing packages like Drizzle, Swarp or SExtractor.")
version ".tar.lz"))
(sha256
(base32
- "07xr0r5dmjpnrz7ylf7k3vmjjna2jafi16lfvkqwxj9fyssmz207"))))
+ "1gq37axs9l556pxxmnh47h088gbmp7sk3xjg59qzk2bsycg3dkgh"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))