diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-04-18 22:59:43 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-04-18 19:50:57 -0400 |
commit | ea8022264f9dee75c7a8340129c500017bd3617b (patch) | |
tree | 1c3bf0aacc29d53ab1159e5a35287a65919dc954 | |
parent | cd6abb5de53ddbb368e644e0899bc0f8edb9bf58 (diff) | |
download | guix-ea8022264f9dee75c7a8340129c500017bd3617b.tar guix-ea8022264f9dee75c7a8340129c500017bd3617b.tar.gz |
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>
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 94ca4bbd31..97a3255ef9 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -962,7 +962,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") (define-public stellarium (package (name "stellarium") - (version "1.2") + (version "23.1") (source (origin (method git-fetch) @@ -971,7 +971,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") (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 |