[bug#62944,2/2] gnu: stellarium: Update to 23.1 [fixes CVE-2023-28371].
Commit Message
Upstream introduced new versioning model <year>.<release>
* gnu/packages/astronomy.scm (stellarium): Update to 23.1.
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Comments
On Tue, Apr 18, 2023 at 10:59:43PM +0100, Sharlatan Hellseher wrote:
> Upstream introduced new versioning model <year>.<release>
>
> * gnu/packages/astronomy.scm (stellarium): Update to 23.1.
Thanks! Pushed as ea8022264f9dee75c7a8340129c500017bd3617b
@@ -962,7 +962,7 @@ (define-public stackistry
(define-public stellarium
(package
(name "stellarium")
- (version "1.2")
+ (version "23.1")
(source
(origin
(method git-fetch)
@@ -971,7 +971,7 @@ (define-public stellarium
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1655lz848k7m4vqs7n3vxjwn5n4pkykwl6x7nbanqcqzlixm5xnk"))))
+ (base32 "03gq7n15dsvb32pfq7j3a0vc5wf1y9xdxaq09q1gp534jkgd4g7f"))))
(build-system cmake-build-system)
;; TODO: Complete documentation build and split into dedicated outputs.
(arguments