diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-10-09 00:40:04 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2023-10-11 12:11:40 +0100 |
commit | 9ad8b15751e9036acc54e3965b0fae5b60976d7e (patch) | |
tree | 354a07fddcff31985f20088e379cf9ae6cbc3795 /gnu/packages | |
parent | 2a071da1794d0586a0e5af311566805e31b643cc (diff) | |
download | guix-9ad8b15751e9036acc54e3965b0fae5b60976d7e.tar.gz |
gnu: stellarium: Update to 23.3.
* gnu/packages/astronomy.scm (stellarium): Update to 23.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
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 26bda594f6..86bb34b25e 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1204,7 +1204,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") (define-public stellarium (package (name "stellarium") - (version "23.2") + (version "23.3") (source (origin (method git-fetch) @@ -1213,7 +1213,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0fkiibc6m8kfmyf5my7ynfrpdlrcri14cl26swpgv3bhzxpmx27h")))) + (base32 "15kl8kn5fmmppbm93w5ki7lpjn09lhyhn245v3jc335xifcwd2vd")))) (build-system cmake-build-system) ;; TODO: Complete documentation build and split into dedicated outputs. (arguments |