gnu: stellarium: Update to 24.1.

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

Change-Id: I53dea0e03a3b7c4d78b4946a2bbc9a13f9fbec6f
This commit is contained in:
Sharlatan Hellseher 2024-04-02 14:06:11 +01:00
parent 3067eb8d60
commit 1df990ffec
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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