[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#68641] [PATCH 01/19] gnu: stellarium: Update to 23.4.
From: |
Sharlatan Hellseher |
Subject: |
[bug#68641] [PATCH 01/19] gnu: stellarium: Update to 23.4. |
Date: |
Sun, 21 Jan 2024 16:53:41 +0000 |
* 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 @@ (define-public stackistry
(define-public stellarium
(package
(name "stellarium")
- (version "23.3")
+ (version "23.4")
(source
(origin
(method git-fetch)
@@ -1286,7 +1286,7 @@ (define-public stellarium
(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 @@ (define-public stellarium
gpsd
indi
libnova
+ nlopt
openssl
qtbase-5
qtcharts
--
2.41.0
- [bug#68641] [PATCH 00/19] gnu: Astronomy 2024/01 updates., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 01/19] gnu: stellarium: Update to 23.4.,
Sharlatan Hellseher <=
- [bug#68641] [PATCH 06/19] gnu: python-drms: Update to 0.7.1., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 03/19] gnu: gpredict: Update home-page and description., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 09/19] gnu: python-sunpy: Update to 5.1.1., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 05/19] gnu: python-crds: Update to 11.17.14., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 04/19] gnu: libxisf: Update to 0.2.11., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 14/19] gnu: python-tweakwcs: Update to 0.8.6., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 11/19] gnu: Add python-dust-extinction., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 12/19] gnu: Add python-specutils., Sharlatan Hellseher, 2024/01/21
- [bug#68641] [PATCH 08/19] gnu: python-stcal: Update to 1.5.2., Sharlatan Hellseher, 2024/01/21