guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#33027] [PATCH] gnu: stellarium: Update to 0.18.2


From: Brett Gilio
Subject: [bug#33027] [PATCH] gnu: stellarium: Update to 0.18.2
Date: Fri, 12 Oct 2018 16:16:56 -0500
User-agent: mu4e 1.0; emacs 26.1

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 3c8b9cc8d..5eb11cddd 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 John Darrington <address@hidden>
;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018 Brett Gilio <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -128,7 +129,7 @@ programs for the manipulation and analysis of astronomical data.")
(define-public stellarium
  (package
    (name "stellarium")
-    (version "0.18.1")
+    (version "0.18.2")
    (source (origin
             (method url-fetch)
(uri (string-append "https://github.com/Stellarium/"; name @@ -136,7 +137,7 @@ programs for the manipulation and analysis of astronomical data.")
                                 "/" name "-" version ".tar.gz"))
             (sha256
              (base32
- "0vjkwrjy22b4wdjkafm63pmb0fck14ffnylpq8xr91ywycw4blrq")))) + "1nr8n0v4wa0wfvqqk5kyy1jrv6xnvv4ppfa8l8bklrxbjvpsi0km"))))
    (build-system cmake-build-system)
    (inputs
     `(("qtbase" ,qtbase)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]