guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: stellarium: Update to 0.20.1.


From: guix-commits
Subject: branch master updated: gnu: stellarium: Update to 0.20.1.
Date: Mon, 27 Apr 2020 18:33:06 -0400

This is an automated email from the git hooks/post-receive script.

hoebjo pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 8990932  gnu: stellarium: Update to 0.20.1.
8990932 is described below

commit 89909327d017198969436237acc7c93823ff8147
Author: Björn Höfling <address@hidden>
AuthorDate: Tue Apr 28 00:15:34 2020 +0200

    gnu: stellarium: Update to 0.20.1.
    
    * gnu/packages/astronomy.scm (stellarium): Update to 0.20.1.
---
 gnu/packages/astronomy.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 2c97635..28c010a 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -157,7 +157,7 @@ programs for the manipulation and analysis of astronomical 
data.")
 (define-public stellarium
   (package
     (name "stellarium")
-    (version "0.19.3")
+    (version "0.20.1")
     (source
      (origin
        (method url-fetch)
@@ -165,7 +165,7 @@ programs for the manipulation and analysis of astronomical 
data.")
                            "/releases/download/v" version
                            "/stellarium-" version ".tar.gz"))
        (sha256
-        (base32 "0p92rgclag0nkic9gk3p9vclb8xx9hv4zlgyij6cyh43s7c1avhp"))))
+        (base32 "034jkrdaaamvbrkfwi3qcl6h8hwfnw2nvf7a82faj55rskcpnkhm"))))
     (build-system cmake-build-system)
     (inputs
      `(("qtbase" ,qtbase)



reply via email to

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