From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gB4ox-000095-90 for guix-patches@gnu.org; Fri, 12 Oct 2018 17:18:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gB4os-0002eZ-6E for guix-patches@gnu.org; Fri, 12 Oct 2018 17:18:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43268) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gB4os-0002eH-0a for guix-patches@gnu.org; Fri, 12 Oct 2018 17:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gB4or-0007je-Qm for guix-patches@gnu.org; Fri, 12 Oct 2018 17:18:01 -0400 Subject: [bug#33027] [PATCH] gnu: stellarium: Update to 0.18.2 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gB4o0-0008Nl-V4 for guix-patches@gnu.org; Fri, 12 Oct 2018 17:17:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gB4nw-0001q2-1e for guix-patches@gnu.org; Fri, 12 Oct 2018 17:17:08 -0400 Received: from mout02.posteo.de ([185.67.36.66]:34905) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gB4nv-0001ok-ND for guix-patches@gnu.org; Fri, 12 Oct 2018 17:17:03 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id D33492400E6 for ; Fri, 12 Oct 2018 23:17:01 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 42X0yh5SCcz9rxD for ; Fri, 12 Oct 2018 23:17:00 +0200 (CEST) From: Brett Gilio Date: Fri, 12 Oct 2018 16:16:56 -0500 Message-ID: <87bm7yx3uf.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33027@debbugs.gnu.org diff --git a/gnu/packages/astronomy.scm=20 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 =C2=A9 2016 John Darrington ;;; Copyright =C2=A9 2018 Tobias Geerinckx-Rice +;;; Copyright =C2=A9 2018 Brett Gilio ;;; ;;; This file is part of GNU Guix. ;;; @@ -128,7 +129,7 @@ programs for the manipulation and analysis of=20 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/"=20 name @@ -136,7 +137,7 @@ programs for the manipulation and analysis of=20 astronomical data.") "/" name "-" version ".tar.gz")) (sha256 (base32 -=20 "0vjkwrjy22b4wdjkafm63pmb0fck14ffnylpq8xr91ywycw4blrq")))) +=20 "1nr8n0v4wa0wfvqqk5kyy1jrv6xnvv4ppfa8l8bklrxbjvpsi0km")))) (build-system cmake-build-system) (inputs `(("qtbase" ,qtbase)