diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-02 03:42:28 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-02 18:54:31 +0100 |
commit | 0ad41c3246a478aa69f7f3439e8685caecc9ed26 (patch) | |
tree | db25d626b27de203bcc9dbf65e6018e1b22e46a3 /gnu/packages | |
parent | e9aaa2fbe08c20f1bc18f5b982fad32c17c488c5 (diff) | |
download | guix-0ad41c3246a478aa69f7f3439e8685caecc9ed26.tar.gz guix-0ad41c3246a478aa69f7f3439e8685caecc9ed26.zip |
gnu: stellarium: Update to 0.20.4.
* gnu/packages/astronomy.scm (stellarium): Update to 0.20.4.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 18ed96f7fd..9485fe600f 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2016 John Darrington <jmd@gnu.org> -;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018, 2019, 2020 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2019 by Amar Singh <nly@disroot.org> ;;; Copyright © 2020 R Veera Kumar <vkor@vkten.in> @@ -159,7 +159,7 @@ programs for the manipulation and analysis of astronomical data.") (define-public stellarium (package (name "stellarium") - (version "0.20.3") + (version "0.20.4") (source (origin (method url-fetch) @@ -167,7 +167,7 @@ programs for the manipulation and analysis of astronomical data.") "/releases/download/v" version "/stellarium-" version ".tar.gz")) (sha256 - (base32 "0z5r7b1ac43l330xphxnw54xg7jm87ajix8yl4hkq82cs5ja7097")))) + (base32 "1253zlr0mi4kdbj119spxk7spg4rkahb4rlpd0hz1d81mnv3n0v3")))) (build-system cmake-build-system) (inputs `(("qtbase" ,qtbase) |