diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:00 +0200 |
commit | 705cf2de5cc33bfd344204efb9960301d890c9b8 (patch) | |
tree | a54f8b160e9134e919d4cb81a0e5b93ba98f0338 /gnu | |
parent | 9bba3eb336f8cf3cd662f7d72e13e97d7d9e5561 (diff) | |
download | guix-705cf2de5cc33bfd344204efb9960301d890c9b8.tar.gz |
gnu: stellarium: Update to 23.2.
* gnu/packages/astronomy.scm (stellarium): Update to 23.2.
Diffstat (limited to 'gnu')
-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 d3f3711bd1..9351c691d2 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1058,7 +1058,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") (define-public stellarium (package (name "stellarium") - (version "23.1") + (version "23.2") (source (origin (method git-fetch) @@ -1067,7 +1067,7 @@ deconvolution). Such post-processing is not performed by Stackistry.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "03gq7n15dsvb32pfq7j3a0vc5wf1y9xdxaq09q1gp534jkgd4g7f")))) + (base32 "0fkiibc6m8kfmyf5my7ynfrpdlrcri14cl26swpgv3bhzxpmx27h")))) (build-system cmake-build-system) ;; TODO: Complete documentation build and split into dedicated outputs. (arguments |