mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: stellarium: Update to 24.1.
* gnu/packages/astronomy.scm (stellarium): Update to 24.1. Change-Id: I53dea0e03a3b7c4d78b4946a2bbc9a13f9fbec6f
This commit is contained in:
parent
3067eb8d60
commit
1df990ffec
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue