From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fbYHq-00009Q-3M for guix-patches@gnu.org; Fri, 06 Jul 2018 17:29:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fbYHm-0001a9-5B for guix-patches@gnu.org; Fri, 06 Jul 2018 17:29:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40958) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fbYHm-0001Zz-1y for guix-patches@gnu.org; Fri, 06 Jul 2018 17:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fbYHl-0002G4-Sj for guix-patches@gnu.org; Fri, 06 Jul 2018 17:29:01 -0400 Subject: [bug#32071] [PATCH] gnu: Update stellarium to 0.18.1. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:32803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fbYHB-00008q-B9 for guix-patches@gnu.org; Fri, 06 Jul 2018 17:28:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fbYH7-00019R-DH for guix-patches@gnu.org; Fri, 06 Jul 2018 17:28:25 -0400 Received: from m4s11.vlinux.de ([83.151.27.109]:46620 helo=bjoernhoefling.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fbYH7-00016Q-3m for guix-patches@gnu.org; Fri, 06 Jul 2018 17:28:21 -0400 Received: from alma-ubu (p57B52973.dip0.t-ipconnect.de [87.181.41.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by bjoernhoefling.de (Postfix) with ESMTPSA id 1D44940C1E for ; Fri, 6 Jul 2018 23:28:17 +0200 (CEST) Date: Fri, 6 Jul 2018 23:28:15 +0200 From: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Message-ID: <20180706232815.4b5f3f40@alma-ubu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; boundary="Sig_/UiWOr+2uNyIzBf_HDQ_QaK+"; protocol="application/pgp-signature" 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: 32071@debbugs.gnu.org --Sig_/UiWOr+2uNyIzBf_HDQ_QaK+ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable * gnu/packages/astronomy.scm (stellarium): Update to 0.18.1. --- gnu/packages/astronomy.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index e6d8fdb5f..8fe2ee4d2 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -129,7 +129,7 @@ programs for the manipulation and analysis of astronomi= cal data.") (define-public stellarium (package (name "stellarium") - (version "0.18.0") + (version "0.18.1") (source (origin (method url-fetch) (uri (string-append "https://github.com/Stellarium/" name @@ -138,7 +138,7 @@ programs for the manipulation and analysis of astronomi= cal data.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "06lid4b9x6551swjxsbiqrd2pxh77fhzfxznhh1vwlvvqgxrimjs")))) + "0vjkwrjy22b4wdjkafm63pmb0fck14ffnylpq8xr91ywycw4blrq")))) (build-system cmake-build-system) (inputs `(("qtbase" ,qtbase) --=20 2.18.0 --Sig_/UiWOr+2uNyIzBf_HDQ_QaK+ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iEYEARECAAYFAls/3vAACgkQvyhstlk+X/06LACeIUdzJ6qHtO7T06TXJvWHMls1 vU4An3fQfzftDjXYcSk1Bk8oZPI4886b =TVsd -----END PGP SIGNATURE----- --Sig_/UiWOr+2uNyIzBf_HDQ_QaK+--