From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejuHc-0001cg-59 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 1ejuHX-00066E-8i for guix-patches@gnu.org; Thu, 08 Feb 2018 17:03:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54756) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ejuHX-000667-5X for guix-patches@gnu.org; Thu, 08 Feb 2018 17:03:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ejuHW-0007ck-Gg for guix-patches@gnu.org; Thu, 08 Feb 2018 17:03:02 -0500 Subject: [bug#30398] [PATCH 2/9] gnu: kpmcore: Update to 3.3.0 Resent-Message-ID: From: Hartmut Goebel Date: Thu, 8 Feb 2018 23:02:30 +0100 Message-Id: <20180208220237.13753-2-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-frameworks.scm (kpmcore): Update to 3.3.0. --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 3642a866e..e6c4fd86d 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -242,7 +242,7 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.") (define-public kpmcore (package (name "kpmcore") - (version "2.2.1") + (version "3.3.0") (source (origin (method url-fetch) (uri (string-append @@ -251,7 +251,7 @@ Phonon-GStreamer is a backend based on the GStreamer multimedia library.") name "-" version ".tar.xz")) (sha256 (base32 - "1blila6ncqbmzhycx3szrbkxc000pzh62956mw5ihxvhrqpncg2p")))) + "0s6v0jfrhjg31ri5p6h9n4w29jvasf5dj954j3vfpzl91lygmmmq")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules) -- 2.13.6