diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-08 20:52:20 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-30 19:32:14 +0000 |
commit | 7a5bda4d27c1beaf1283632c41a10d55c4003f4e (patch) | |
tree | 1e5ef14b600e7cc4d26a1230af7bcd5ffaf41407 /gnu | |
parent | 869dd5111d37232bdd612036e1a23aff0270c30b (diff) | |
download | guix-7a5bda4d27c1beaf1283632c41a10d55c4003f4e.tar.gz guix-7a5bda4d27c1beaf1283632c41a10d55c4003f4e.zip |
gnu: stellarium: Update to 24.3.
* gnu/packages/astronomy.scm (stellarium): Update to 24.3.
Change-Id: Ife3a63c27360a6997b367e5d7fc011359d98395f
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index ce18ad3e2d..d7b320502b 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2663,7 +2663,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") (define-public stellarium (package (name "stellarium") - (version "24.2") + (version "24.3") (source (origin (method git-fetch) @@ -2672,7 +2672,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "01iq1cxbhr3xknzpk4spflxj3msf9wk19b4lqlifi1pwaz18pb5n")))) + (base32 "0wwaddbqcia6jaz3lc1cf63pvi9bqj2cglp428i77jlfs3dfj45j")))) (build-system cmake-build-system) ;; TODO: Complete documentation build and split into dedicated outputs. (arguments @@ -2705,7 +2705,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") qtlocation-5 qtmultimedia-5 qtpositioning - qtscript + qtscript ; the last v5 left to rename qtserialport-5 qttranslations qtwebengine-5 |