gnu: stellarium: Update to 23.1 [fixes CVE-2023-28371].
Upstream introduced new versioning model <year>.<release> * gnu/packages/astronomy.scm (stellarium): Update to 23.1. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
c2eb598ec2
commit
b7e9a89c58
1 changed files with 2 additions and 2 deletions
|
@ -962,7 +962,7 @@ deconvolution). Such post-processing is not performed by Stackistry.")
|
||||||
(define-public stellarium
|
(define-public stellarium
|
||||||
(package
|
(package
|
||||||
(name "stellarium")
|
(name "stellarium")
|
||||||
(version "1.2")
|
(version "23.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -971,7 +971,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 "1655lz848k7m4vqs7n3vxjwn5n4pkykwl6x7nbanqcqzlixm5xnk"))))
|
(base32 "03gq7n15dsvb32pfq7j3a0vc5wf1y9xdxaq09q1gp534jkgd4g7f"))))
|
||||||
(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
|
||||||
|
|
Reference in a new issue