From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49929) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iea4t-0005Jn-BG for guix-patches@gnu.org; Tue, 10 Dec 2019 02:37:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iea4s-0007jO-6t for guix-patches@gnu.org; Tue, 10 Dec 2019 02:37:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48921) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iea4r-0007j0-R2 for guix-patches@gnu.org; Tue, 10 Dec 2019 02:37:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iea4r-0005ZA-P8 for guix-patches@gnu.org; Tue, 10 Dec 2019 02:37:01 -0500 Subject: [bug#38556] [PATCH] gnu: qps: Updated to 2.0.0 Resent-Message-ID: From: Brett Gilio References: <20191210073108.1888-1-r.majd@pantherx.org> Date: Tue, 10 Dec 2019 01:36:28 -0600 In-Reply-To: <20191210073108.1888-1-r.majd@pantherx.org> (Reza Alizadeh Majd's message of "Tue, 10 Dec 2019 11:01:08 +0330") Message-ID: <87eexczl6r.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain 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: Reza Alizadeh Majd Cc: 38556@debbugs.gnu.org Reza Alizadeh Majd writes: > * gnu/packages/lxqt.scm (qps): Update to version 2.0.0 > --- > gnu/packages/lxqt.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm > index 6b9ab051b4..5a3708e30a 100644 > --- a/gnu/packages/lxqt.scm > +++ b/gnu/packages/lxqt.scm > @@ -1143,14 +1143,14 @@ window manager OpenBox.") > (define-public qps > (package > (name "qps") > - (version "1.10.20") > + (version "2.0.0") > (source > (origin > (method url-fetch) > (uri (string-append "https://github.com/lxqt/" name "/releases/download/" > version "/" name "-" version ".tar.xz")) > (sha256 > - (base32 "0dz7ricxg2rrmdyca6mc2d4lyy5bpksjk751hvn95wssr76y2w0m")))) > + (base32 "0ysnh918n9wz2vgjvyix32kx2j0v4lskjacgcychrpb8sch2dbsi")))) > (build-system cmake-build-system) > (inputs > `(("libxrender" ,libxrender) I havent had a chance to test it, but it looks fine. There is an issue with your commit message. s/Updated/Update and both the commit message and sub-header need punctuation. Thank you for your contribution! :) I look forward to seeing it get pushed if there are no other objections. -- Brett M. Gilio Homepage -- https://scm.pw/ GNU Guix -- https://guix.gnu.org/