guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: stellarium: Update to 0.19.3.


From: guix-commits
Subject: 02/02: gnu: stellarium: Update to 0.19.3.
Date: Sun, 5 Jan 2020 13:57:15 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e13fc37902046d2cf4158237e3f0959d244230bb
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jan 5 19:20:33 2020 +0100

    gnu: stellarium: Update to 0.19.3.
    
    * gnu/packages/astronomy.scm (stellarium): Update to 0.19.3.
---
 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 a909b46..3bb236f 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 <address@hidden>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018, 2019 Efraim Flashner <address@hidden>
 ;;; Copyright © 2019 by Amar Singh <address@hidden>
 ;;;
@@ -149,7 +149,7 @@ programs for the manipulation and analysis of astronomical 
data.")
 (define-public stellarium
   (package
     (name "stellarium")
-    (version "0.19.2")
+    (version "0.19.3")
     (source
      (origin
        (method url-fetch)
@@ -157,7 +157,7 @@ programs for the manipulation and analysis of astronomical 
data.")
                            "/releases/download/v" version
                            "/stellarium-" version ".tar.gz"))
        (sha256
-        (base32 "10b05slj5fjakrjb20m68xql68plb64mwn0165dy2fry8z2hbl74"))))
+        (base32 "0p92rgclag0nkic9gk3p9vclb8xx9hv4zlgyij6cyh43s7c1avhp"))))
     (build-system cmake-build-system)
     (inputs
      `(("qtbase" ,qtbase)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]