all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32009] [PATCH] gnu: Update stellarium to 0.18.0.
@ 2018-06-29 18:39 Björn Höfling
  2018-07-03 15:50 ` bug#32009: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Björn Höfling @ 2018-06-29 18:39 UTC (permalink / raw)
  To: 32009

[-- Attachment #1: Type: text/plain, Size: 1660 bytes --]


* 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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#32009: [PATCH] gnu: Update stellarium to 0.18.0.
  2018-06-29 18:39 [bug#32009] [PATCH] gnu: Update stellarium to 0.18.0 Björn Höfling
@ 2018-07-03 15:50 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-07-03 15:50 UTC (permalink / raw)
  To: Björn Höfling; +Cc: 32009-done

Björn Höfling <bjoern.hoefling@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'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-03 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-29 18:39 [bug#32009] [PATCH] gnu: Update stellarium to 0.18.0 Björn Höfling
2018-07-03 15:50 ` bug#32009: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.