nckx pushed a commit to branch master
in repository guix.
commit 0ad41c3246a478aa69f7f3439e8685caecc9ed26
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 2 03:42:28 2021 +0100
gnu: stellarium: Update to 0.20.4.
* gnu/packages/astronomy.scm (stellarium): Update to 0.20.4.
---
gnu/packages/astronomy.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 18ed96f..9485fe6 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 <[email protected]>
-;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2018, 2019, 2020 Efraim Flashner <[email protected]>
;;; Copyright © 2019 by Amar Singh <[email protected]>
;;; Copyright © 2020 R Veera Kumar <[email protected]>
@@ -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)