diff options
author | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2018-07-06 23:28:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-07-07 18:10:31 +0200 |
commit | 22e60e1b3240d783a6de2894f5c9f686cf3f4a96 (patch) | |
tree | 15493bfd5b0f31228ee8b50e953de8867188014b /gnu/packages/astronomy.scm | |
parent | e85035c922dd3889042b30e621333476387b56d8 (diff) |
gnu: Update stellarium to 0.18.1.
[[PGP Signed Part:Good signature from BF286CB6593E5FFD Björn Höfling <bjoern.hoefling@bjoernhoefling.de> (trust undefined) created at 2018-07-06T23:28:16+0200 using DSA]]
* gnu/packages/astronomy.scm (stellarium): Update to 0.18.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/astronomy.scm')
-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 e6d8fdb5fc..8fe2ee4d23 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -129,7 +129,7 @@ programs for the manipulation and analysis of astronomical data.") (define-public stellarium (package (name "stellarium") - (version "0.18.0") + (version "0.18.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/Stellarium/" name @@ -138,7 +138,7 @@ programs for the manipulation and analysis of astronomical data.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "06lid4b9x6551swjxsbiqrd2pxh77fhzfxznhh1vwlvvqgxrimjs")))) + "0vjkwrjy22b4wdjkafm63pmb0fck14ffnylpq8xr91ywycw4blrq")))) (build-system cmake-build-system) (inputs `(("qtbase" ,qtbase) |