diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-15 13:11:19 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-30 09:10:11 +0000 |
| commit | 4e4b361cb2bb6aec7eb89f02463a3855967282a4 (patch) | |
| tree | 993ec070203f38f6f79c1e5db1771a2635f17dc4 /gnu/packages | |
| parent | 1e7ec8065f5ae6ca23ef34c3bffbda1c55db5e33 (diff) | |
gnu: stellarium: Update to 25.4.
* gnu/packages/astronomy.scm (stellarium): Update to 25.4.
Change-Id: I62ca4248159eef580d11764e9c7b3393d9ac2a1a
Diffstat (limited to 'gnu/packages')
| -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 ca78a94b1a..4c4c5ef3e0 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -11290,7 +11290,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") (define-public stellarium (package (name "stellarium") - (version "25.3") + (version "25.4") (source (origin (method git-fetch) @@ -11299,7 +11299,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "05r3faqarhi4jipaphs6yh4aq6jy2aln67kg53kcqjlxbyxkmr7n")))) + (base32 "085ip706z3jsjgyp114h9x8sl7g947mrfrhgckrk86fmajwia3hc")))) (build-system qt-build-system) ;; TODO: Complete documentation build and split into dedicated outputs. (arguments |
