diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-14 14:51:46 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 18:34:54 +0000 |
| commit | dd16cc1df945cfba0c91ad61600fba4aa397f438 (patch) | |
| tree | b72d9544f5de23de0b9cf0d85452e7da9c1168d9 | |
| parent | 95afd4d25bd7865e854e2a6659e9c0705067f2bf (diff) | |
gnu: stellarium: Update to 25.3.
* gnu/packages/astronomy.scm (stellarium): Update to 25.3.
Change-Id: If4007a2ef2069d7d61c8d069a65e5cb91042360f
| -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 dff4c797d11..840022ed898 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10236,7 +10236,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) @@ -10245,7 +10245,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 |
