guix-commits
[Top][All Lists]
Advanced

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

03/11: gnu: stellarium: Update to 0.21.1.


From: guix-commits
Subject: 03/11: gnu: stellarium: Update to 0.21.1.
Date: Mon, 28 Jun 2021 12:05:35 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 55d21033691d0e96763042aa4f63453a377a77d8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 28 16:14:39 2021 +0200

    gnu: stellarium: Update to 0.21.1.
    
    * gnu/packages/astronomy.scm (stellarium): Update to 0.21.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 7b0f3ae..a3f7d5c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -401,7 +401,7 @@ deconvolution).  Such post-processing is not performed by 
Stackistry.")
 (define-public stellarium
   (package
     (name "stellarium")
-    (version "0.21.0")
+    (version "0.21.1")
     (source
      (origin
        (method url-fetch)
@@ -409,7 +409,7 @@ deconvolution).  Such post-processing is not performed by 
Stackistry.")
                            "/releases/download/v" version
                            "/stellarium-" version ".tar.gz"))
        (sha256
-        (base32 "04vg2asj9gygwnrs32scqc8192ln2lyqa9v7cjqk8zd4frkwszwp"))))
+        (base32 "049jlc8vx06pad5h2syrmf7f1l346yr5iraai0wkn8s8pk30j8q7"))))
     (build-system cmake-build-system)
     (inputs
      `(("qtbase" ,qtbase-5)



reply via email to

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