GNU bug report logs -
#32009
[PATCH] gnu: Update stellarium to 0.18.0.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 03 Jul 2018 17:50:44 +0200
with message-id <87601wiai3.fsf <at> gnu.org>
and subject line Re: [bug#32009] [PATCH] gnu: Update stellarium to 0.18.0.
has caused the debbugs.gnu.org bug report #32009,
regarding [PATCH] gnu: Update stellarium to 0.18.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
32009: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32009
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
* gnu/packages/astronomy.scm (stellarium): Update to 0.18.0.
[home-page]: Update URL.
---
gnu/packages/astronomy.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 8129da832..e6d8fdb5f 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.17.0")
+ (version "0.18.0")
(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
- "0d6b3fs5aify7i1lwgkcickppnj73cbh24g8qschnfs3ypdf48fc"))))
+ "06lid4b9x6551swjxsbiqrd2pxh77fhzfxznhh1vwlvvqgxrimjs"))))
(build-system cmake-build-system)
(inputs
`(("qtbase" ,qtbase)
@@ -166,7 +166,7 @@ programs for the manipulation and analysis of astronomical data.")
(setenv "QT_QPA_PLATFORM" "offscreen")
(setenv "HOME" "/tmp")
#t)))))
- (home-page "http://www.stellarium.org/")
+ (home-page "http://stellarium.org/")
(synopsis "3D sky viewer")
(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
--
2.17.1
[Message part 4 (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de> skribis:
> * gnu/packages/astronomy.scm (stellarium): Update to 0.18.0.
> [home-page]: Update URL.
Applied, thanks! Apparently there's a 0.18.1 but I didn't try...
Ludo'.
This bug report was last modified 7 years and 43 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.