guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: stellarium: Update to 23.2.


From: guix-commits
Subject: 04/07: gnu: stellarium: Update to 23.2.
Date: Thu, 20 Jul 2023 18:22:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 705cf2de5cc33bfd344204efb9960301d890c9b8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200

    gnu: stellarium: Update to 23.2.
    
    * gnu/packages/astronomy.scm (stellarium): Update to 23.2.
---
 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 d3f3711bd1..9351c691d2 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1058,7 +1058,7 @@ deconvolution).  Such post-processing is not performed by 
Stackistry.")
 (define-public stellarium
   (package
     (name "stellarium")
-    (version "23.1")
+    (version "23.2")
     (source
      (origin
        (method git-fetch)
@@ -1067,7 +1067,7 @@ deconvolution).  Such post-processing is not performed by 
Stackistry.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "03gq7n15dsvb32pfq7j3a0vc5wf1y9xdxaq09q1gp534jkgd4g7f"))))
+        (base32 "0fkiibc6m8kfmyf5my7ynfrpdlrcri14cl26swpgv3bhzxpmx27h"))))
     (build-system cmake-build-system)
     ;; TODO: Complete documentation build and split into dedicated outputs.
     (arguments



reply via email to

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