diff options
| author | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2018-06-29 20:39:51 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2018-07-03 17:50:05 +0200 |
| commit | a51cf16031c974ffa238e5dd9ced32f0d68c9227 (patch) | |
| tree | 7c3c999eb4620809e60a3a41ae09a61a5f4a7b84 | |
| parent | c1220498b06b3d3e421371610095f2af04f7eccf (diff) | |
gnu: Update stellarium to 0.18.0.
[[PGP Signed Part:Good signature from BF286CB6593E5FFD Björn Höfling <bjoern.hoefling@bjoernhoefling.de> (trust undefined) created at 2018-06-29T20:39:51+0200 using DSA]]
* gnu/packages/astronomy.scm (stellarium): Update to 0.18.0.
[home-page]: Update URL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | gnu/packages/astronomy.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 8129da832de..e6d8fdb5fca 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -129,7 +129,7 @@ programs for the manipulation and analysis of astronomical data.") | |||
| 129 | (define-public stellarium | 129 | (define-public stellarium |
| 130 | (package | 130 | (package |
| 131 | (name "stellarium") | 131 | (name "stellarium") |
| 132 | (version "0.17.0") | 132 | (version "0.18.0") |
| 133 | (source (origin | 133 | (source (origin |
| 134 | (method url-fetch) | 134 | (method url-fetch) |
| 135 | (uri (string-append "https://github.com/Stellarium/" name | 135 | (uri (string-append "https://github.com/Stellarium/" name |
| @@ -138,7 +138,7 @@ programs for the manipulation and analysis of astronomical data.") | |||
| 138 | (file-name (string-append name "-" version ".tar.gz")) | 138 | (file-name (string-append name "-" version ".tar.gz")) |
| 139 | (sha256 | 139 | (sha256 |
| 140 | (base32 | 140 | (base32 |
| 141 | "0d6b3fs5aify7i1lwgkcickppnj73cbh24g8qschnfs3ypdf48fc")))) | 141 | "06lid4b9x6551swjxsbiqrd2pxh77fhzfxznhh1vwlvvqgxrimjs")))) |
| 142 | (build-system cmake-build-system) | 142 | (build-system cmake-build-system) |
| 143 | (inputs | 143 | (inputs |
| 144 | `(("qtbase" ,qtbase) | 144 | `(("qtbase" ,qtbase) |
| @@ -166,7 +166,7 @@ programs for the manipulation and analysis of astronomical data.") | |||
| 166 | (setenv "QT_QPA_PLATFORM" "offscreen") | 166 | (setenv "QT_QPA_PLATFORM" "offscreen") |
| 167 | (setenv "HOME" "/tmp") | 167 | (setenv "HOME" "/tmp") |
| 168 | #t))))) | 168 | #t))))) |
| 169 | (home-page "http://www.stellarium.org/") | 169 | (home-page "http://stellarium.org/") |
| 170 | (synopsis "3D sky viewer") | 170 | (synopsis "3D sky viewer") |
| 171 | (description "Stellarium is a planetarium. It shows a realistic sky in | 171 | (description "Stellarium is a planetarium. It shows a realistic sky in |
| 172 | 3D, just like what you see with the naked eye, binoculars, or a telescope. It | 172 | 3D, just like what you see with the naked eye, binoculars, or a telescope. It |
