diff options
author | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2020-04-28 00:15:34 +0200 |
---|---|---|
committer | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2020-04-28 00:23:35 +0200 |
commit | 89909327d017198969436237acc7c93823ff8147 (patch) | |
tree | 0ac190462904712c5eed38c7f8418b6dd71b0b6d | |
parent | 619f9181a363576894a433206008b139255062dd (diff) |
gnu: stellarium: Update to 0.20.1.
* gnu/packages/astronomy.scm (stellarium): Update to 0.20.1.
-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 2c976354f1..28c010ad6a 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -157,7 +157,7 @@ programs for the manipulation and analysis of astronomical data.") (define-public stellarium (package (name "stellarium") - (version "0.19.3") + (version "0.20.1") (source (origin (method url-fetch) @@ -165,7 +165,7 @@ programs for the manipulation and analysis of astronomical data.") "/releases/download/v" version "/stellarium-" version ".tar.gz")) (sha256 - (base32 "0p92rgclag0nkic9gk3p9vclb8xx9hv4zlgyij6cyh43s7c1avhp")))) + (base32 "034jkrdaaamvbrkfwi3qcl6h8hwfnw2nvf7a82faj55rskcpnkhm")))) (build-system cmake-build-system) (inputs `(("qtbase" ,qtbase) |