From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejuHc-0001ck-5n for guix-patches@gnu.org; Thu, 08 Feb 2018 17:03:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejuHY-00066p-Dd for guix-patches@gnu.org; Thu, 08 Feb 2018 17:03:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54759) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ejuHY-00066l-AU for guix-patches@gnu.org; Thu, 08 Feb 2018 17:03:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ejuHY-0007d8-3E for guix-patches@gnu.org; Thu, 08 Feb 2018 17:03:04 -0500 Subject: [bug#30398] [PATCH 4/9] gnu: libkomparediff2: Update to 17.12.1 Resent-Message-ID: From: Hartmut Goebel Date: Thu, 8 Feb 2018 23:02:32 +0100 Message-Id: <20180208220237.13753-4-h.goebel@crazy-compilers.com> In-Reply-To: <20180208220237.13753-1-h.goebel@crazy-compilers.com> References: <20180208220237.13753-1-h.goebel@crazy-compilers.com> 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: 30398@debbugs.gnu.org * gnu/packages/kde.scm(libkomparediff2): Update to 17.12.1. [source] Switch to KDE mirror, use mirror://kde scheme. --- 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 fff644510..af6140ea7 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -332,7 +332,7 @@ features include brush stabilizers, brush engines and wrap-around mode.") (define-public libkomparediff2 (package (name "libkomparediff2") - (version "16.08.2") + (version "17.12.1") (source (origin (method url-fetch) @@ -341,7 +341,7 @@ features include brush stabilizers, brush engines and wrap-around mode.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1lafifrwfxvn0jwhz67kwv7m38lm4syips3fq77rwcvfhmkiijmh")))) + "0jd700pjw51vyan5d22k6j60jgb95pfn2nvwz2nfs2f4xlsly1hz")))) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) ("pkg-config" ,pkg-config))) -- 2.13.6