gnu: stellarium: Update to 23.3.

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Sharlatan Hellseher 2023-10-09 00:40:04 +01:00 committed by Christopher Baines
parent 2a071da179
commit 9ad8b15751
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1204,7 +1204,7 @@ (define-public stackistry
(define-public stellarium
(package
(name "stellarium")
(version "23.2")
(version "23.3")
(source
(origin
(method git-fetch)
@ -1213,7 +1213,7 @@ (define-public stellarium
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0fkiibc6m8kfmyf5my7ynfrpdlrcri14cl26swpgv3bhzxpmx27h"))))
(base32 "15kl8kn5fmmppbm93w5ki7lpjn09lhyhn245v3jc335xifcwd2vd"))))
(build-system cmake-build-system)
;; TODO: Complete documentation build and split into dedicated outputs.
(arguments