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>
This commit is contained in:
parent
c1220498b0
commit
a51cf16031
|
@ -129,7 +129,7 @@ programs for the manipulation and analysis of astronomical data.")
|
||||||
(define-public stellarium
|
(define-public stellarium
|
||||||
(package
|
(package
|
||||||
(name "stellarium")
|
(name "stellarium")
|
||||||
(version "0.17.0")
|
(version "0.18.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/Stellarium/" name
|
(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"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0d6b3fs5aify7i1lwgkcickppnj73cbh24g8qschnfs3ypdf48fc"))))
|
"06lid4b9x6551swjxsbiqrd2pxh77fhzfxznhh1vwlvvqgxrimjs"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("qtbase" ,qtbase)
|
`(("qtbase" ,qtbase)
|
||||||
|
@ -166,7 +166,7 @@ programs for the manipulation and analysis of astronomical data.")
|
||||||
(setenv "QT_QPA_PLATFORM" "offscreen")
|
(setenv "QT_QPA_PLATFORM" "offscreen")
|
||||||
(setenv "HOME" "/tmp")
|
(setenv "HOME" "/tmp")
|
||||||
#t)))))
|
#t)))))
|
||||||
(home-page "http://www.stellarium.org/")
|
(home-page "http://stellarium.org/")
|
||||||
(synopsis "3D sky viewer")
|
(synopsis "3D sky viewer")
|
||||||
(description "Stellarium is a planetarium. It shows a realistic sky in
|
(description "Stellarium is a planetarium. It shows a realistic sky in
|
||||||
3D, just like what you see with the naked eye, binoculars, or a telescope. It
|
3D, just like what you see with the naked eye, binoculars, or a telescope. It
|
||||||
|
|
Loading…
Reference in New Issue