guix-commits
[Top][All Lists]
Advanced

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

01/19: gnu: stellarium: Update to 23.4.


From: guix-commits
Subject: 01/19: gnu: stellarium: Update to 23.4.
Date: Wed, 24 Jan 2024 17:28:02 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 800b09aeeffa149a8d02b5729d7ec1d59c221665
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 13 17:03:58 2024 +0000

    gnu: stellarium: Update to 23.4.
    
    * gnu/packages/astronomy.scm (stellarium): Update to 23.4.
    [inputs]: Add nlopt.
    
    Change-Id: Id205ad84ff75a687f6c1fdababcf3040c0c55abd
---
 gnu/packages/astronomy.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 1e2c3f8caa..88c68db56c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1277,7 +1277,7 @@ deconvolution).  Such post-processing is not performed by 
Stackistry.")
 (define-public stellarium
   (package
     (name "stellarium")
-    (version "23.3")
+    (version "23.4")
     (source
      (origin
        (method git-fetch)
@@ -1286,7 +1286,7 @@ deconvolution).  Such post-processing is not performed by 
Stackistry.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15kl8kn5fmmppbm93w5ki7lpjn09lhyhn245v3jc335xifcwd2vd"))))
+        (base32 "11l3lql3cxj7s7q7n74qd4rhbjy374b4c0lpm0dr8s85mfrq6fmc"))))
     (build-system cmake-build-system)
     ;; TODO: Complete documentation build and split into dedicated outputs.
     (arguments
@@ -1312,6 +1312,7 @@ deconvolution).  Such post-processing is not performed by 
Stackistry.")
            gpsd
            indi
            libnova
+           nlopt
            openssl
            qtbase-5
            qtcharts



reply via email to

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