From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59806) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQpR8-0002TD-FM for guix-patches@gnu.org; Sat, 02 Nov 2019 05:11:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQpR6-0001iY-Cv for guix-patches@gnu.org; Sat, 02 Nov 2019 05:11:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49342) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iQpR6-0001hW-7L for guix-patches@gnu.org; Sat, 02 Nov 2019 05:11:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iQpR6-00053R-09 for guix-patches@gnu.org; Sat, 02 Nov 2019 05:11:08 -0400 Subject: [bug#38030] [PATCH 09/13] gnu: kqtquickcharts: Update to 19.08.2. Resent-Message-ID: From: Hartmut Goebel Date: Sat, 2 Nov 2019 10:09:46 +0100 Message-Id: <20191102090950.18043-9-h.goebel@crazy-compilers.com> In-Reply-To: <20191102090950.18043-1-h.goebel@crazy-compilers.com> References: <20191102090950.18043-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 38030@debbugs.gnu.org * gnu/packages/kde.scm (kqtquickcharts): Update to 19.08.2. --- gnu/packages/kde.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index fb3c0c52d8..0d99616957 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -571,7 +571,7 @@ communicate with each other. Here's a few things KDE Connect can do: (define-public kqtquickcharts (package (name "kqtquickcharts") - (version "19.08.1") + (version "19.08.2") (source (origin (method url-fetch) @@ -579,7 +579,7 @@ communicate with each other. Here's a few things KDE Connect can do: version "/src/kqtquickcharts-" version ".tar.xz")) (sha256 (base32 - "1j3rivvh4sa94lsd0hi4xfvcikl05zrqd7634wxyaxs718ais6dg")))) + "1yy9fyd8y4g25ljdsbil19qdf4j3mzmzl489sx7rqpm3lfdzjh9k")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) -- 2.21.0