diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 02:52:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-01 03:14:01 +0100 |
commit | d67e75386d58e553304892a0e273f93de270380c (patch) | |
tree | a6a93d438fefd01e7edac30dfeab27e9ccaba92d /gnu | |
parent | f5bfaf32f6084be6c2da5dfe2e661e6755fba93f (diff) | |
download | guix-d67e75386d58e553304892a0e273f93de270380c.tar.gz guix-d67e75386d58e553304892a0e273f93de270380c.zip |
gnu: stellarium: Update to 0.19.2.
* gnu/packages/astronomy.scm (stellarium): Update to 0.19.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 efba05315f..a909b46d6a 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -149,7 +149,7 @@ programs for the manipulation and analysis of astronomical data.") (define-public stellarium (package (name "stellarium") - (version "0.19.1") + (version "0.19.2") (source (origin (method url-fetch) @@ -157,7 +157,7 @@ programs for the manipulation and analysis of astronomical data.") "/releases/download/v" version "/stellarium-" version ".tar.gz")) (sha256 - (base32 "0s7v5iyhah258k83kvy2a91a3mdf34r150lcar4mmdsrrcmas98g")))) + (base32 "10b05slj5fjakrjb20m68xql68plb64mwn0165dy2fry8z2hbl74")))) (build-system cmake-build-system) (inputs `(("qtbase" ,qtbase) |