guix_mirror_bot pushed a commit to branch astro-updates in repository guix.
commit a83e947a4f4133a16634738f550f4b5eaa15970a Author: Sharlatan Hellseher <[email protected]> AuthorDate: Tue Oct 14 14:51:46 2025 +0100 gnu: stellarium: Update to 25.3. * gnu/packages/astronomy.scm (stellarium): Update to 25.3. Change-Id: If4007a2ef2069d7d61c8d069a65e5cb91042360f --- 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 3ebb7315c4..2e5acdce82 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10213,7 +10213,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") (define-public stellarium (package (name "stellarium") - (version "25.2") + (version "25.3") (source (origin (method git-fetch) @@ -10222,7 +10222,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0fxdvybdcnlkjkyx1kqc7gg7p55qd4h1ri0mmn1xj2g5fxsbs0nr")))) + (base32 "05r3faqarhi4jipaphs6yh4aq6jy2aln67kg53kcqjlxbyxkmr7n")))) (build-system qt-build-system) ;; TODO: Complete documentation build and split into dedicated outputs. (arguments
