From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:37452) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iSezL-0002IP-HX for guix-patches@gnu.org; Thu, 07 Nov 2019 05:26:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iSezK-0003r5-If for guix-patches@gnu.org; Thu, 07 Nov 2019 05:26:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:32874) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iSezK-0003qu-F5 for guix-patches@gnu.org; Thu, 07 Nov 2019 05:26:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iSezK-0002qu-Aq for guix-patches@gnu.org; Thu, 07 Nov 2019 05:26:02 -0500 Subject: [bug#38099] [PATCH 1/3] gnu: kdevelop-pg-qt: Update to 2.2.0. References: <20191107102126.3519-1-h.goebel@crazy-compilers.com> In-Reply-To: <20191107102126.3519-1-h.goebel@crazy-compilers.com> Resent-Message-ID: From: Hartmut Goebel Date: Thu, 7 Nov 2019 11:25:48 +0100 Message-Id: <20191107102550.3721-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: 38099@debbugs.gnu.org * gnu/packages/kde.scm(kdevelop-pg-qt): Update to 2.2.0. --- 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 162eebe331..6afc2c5eba 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -228,7 +228,7 @@ software (Git, Subversion, Mercurial, CVS and Bazaar).") (define-public kdevelop-pg-qt (package (name "kdevelop-pg-qt") - (version "2.0.0") + (version "2.2.0") (source (origin (method url-fetch) @@ -236,7 +236,7 @@ software (Git, Subversion, Mercurial, CVS and Bazaar).") version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1av8plqz7hyhrd07avnmn6ryslqlarmxn0pw7swzvb6ddiqp59j4")))) + (base32 "15ja19gg6x7gww4ch12hy585x55ghbkpsiyr8fqiyjk0j6v07hh5")))) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) (inputs -- 2.21.0