summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7261c62978..2c97ef08d3 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 <[email protected]>
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
-;;; Copyright © 2018, 2019 Efraim Flashner <[email protected]>
+;;; Copyright © 2018, 2019, 2020 Efraim Flashner <[email protected]>
;;; Copyright © 2019 by Amar Singh <[email protected]>
;;; Copyright © 2020 R Veera Kumar <[email protected]>
;;; Copyright © 2020 Guillaume Le Vaillant <[email protected]>
@@ -128,7 +128,7 @@ header.")
(define-public gnuastro
(package
(name "gnuastro")
- (version "0.11")
+ (version "0.12")
(source
(origin
(method url-fetch)
@@ -136,7 +136,7 @@ header.")
version ".tar.lz"))
(sha256
(base32
- "0c1yc2qb7vrqad96savfn06rn01izlfz0va738signv93qqj5k3v"))))
+ "0ypk1c72q778cixfa52vjxzbd5m4qc6hfjgnipy16sfa7mnspmyf"))))
(inputs
`(("cfitsio" ,cfitsio)
("gsl" ,gsl)