From b7e9a89c583e8abf086e56961e31d4db9bb24f98 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 18 Apr 2023 22:59:43 +0100 Subject: gnu: stellarium: Update to 23.1 [fixes CVE-2023-28371]. Upstream introduced new versioning model . * gnu/packages/astronomy.scm (stellarium): Update to 23.1. Signed-off-by: Leo Famulari --- gnu/packages/astronomy.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index b1271443bf..888e5bb1d7 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 -- cgit v1.2.3 ecommitdiff
AgeCommit message (Expand)Author
2022-04-14daemon: Support systemd-style socket activation....Ludovic Courtès
2021-04-03daemon: Remove dead code....Ludovic Courtès
2021-03-17daemon: Correctly handle '--discover' with no value....Ludovic Courtès
2020-11-29Use substitute servers on the local network....Mathieu Othacehe