guix-patches
[Top][All Lists]
Advanced

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

[bug#70489] [PATCH 02/47] gnu: stellarium: Update to 24.1.


From: Sharlatan Hellseher
Subject: [bug#70489] [PATCH 02/47] gnu: stellarium: Update to 24.1.
Date: Sun, 21 Apr 2024 00:21:51 +0100

* gnu/packages/astronomy.scm (stellarium): Update to 24.1.

Change-Id: I53dea0e03a3b7c4d78b4946a2bbc9a13f9fbec6f
---
 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 0aa2efaabc..d82966932d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1345,7 +1345,7 @@ (define-public stackistry
 (define-public stellarium
   (package
     (name "stellarium")
-    (version "23.4")
+    (version "24.1")
     (source
      (origin
        (method git-fetch)
@@ -1354,7 +1354,7 @@ (define-public stellarium
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11l3lql3cxj7s7q7n74qd4rhbjy374b4c0lpm0dr8s85mfrq6fmc"))))
+        (base32 "15r8vg1xb4q8vwy10dfs4543bg6r3463sgrpkqk6fpxx46d8axxp"))))
     (build-system cmake-build-system)
     ;; TODO: Complete documentation build and split into dedicated outputs.
     (arguments
-- 
2.41.0






reply via email to

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