mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: stellarium: Update to 25.4.
* gnu/packages/astronomy.scm (stellarium): Update to 25.4. Change-Id: I62ca4248159eef580d11764e9c7b3393d9ac2a1a
This commit is contained in:
parent
c93ba0e741
commit
fce67fcb56
1 changed files with 2 additions and 2 deletions
|
|
@ -11274,7 +11274,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)
|
||||
|
|
@ -11283,7 +11283,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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue