gnu: stellarium: Update to 23.4.
* gnu/packages/astronomy.scm (stellarium): Update to 23.4. [inputs]: Add nlopt. Change-Id: Id205ad84ff75a687f6c1fdababcf3040c0c55abd
This commit is contained in:
parent
2266754382
commit
800b09aeef
1 changed files with 3 additions and 2 deletions
|
|
@ -1277,7 +1277,7 @@ deconvolution). Such post-processing is not performed by Stackistry.")
|
||||||
(define-public stellarium
|
(define-public stellarium
|
||||||
(package
|
(package
|
||||||
(name "stellarium")
|
(name "stellarium")
|
||||||
(version "23.3")
|
(version "23.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -1286,7 +1286,7 @@ deconvolution). Such post-processing is not performed by Stackistry.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15kl8kn5fmmppbm93w5ki7lpjn09lhyhn245v3jc335xifcwd2vd"))))
|
(base32 "11l3lql3cxj7s7q7n74qd4rhbjy374b4c0lpm0dr8s85mfrq6fmc"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
;; TODO: Complete documentation build and split into dedicated outputs.
|
;; TODO: Complete documentation build and split into dedicated outputs.
|
||||||
(arguments
|
(arguments
|
||||||
|
|
@ -1312,6 +1312,7 @@ deconvolution). Such post-processing is not performed by Stackistry.")
|
||||||
gpsd
|
gpsd
|
||||||
indi
|
indi
|
||||||
libnova
|
libnova
|
||||||
|
nlopt
|
||||||
openssl
|
openssl
|
||||||
qtbase-5
|
qtbase-5
|
||||||
qtcharts
|
qtcharts
|
||||||
|
|
|
||||||
Reference in a new issue