From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46534) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h45zm-0005gq-Kw for guix-patches@gnu.org; Wed, 13 Mar 2019 11:40:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h45yD-0006Xv-9y for guix-patches@gnu.org; Wed, 13 Mar 2019 11:39:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57033) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h45yB-0006Wy-6o for guix-patches@gnu.org; Wed, 13 Mar 2019 11:39:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h45yB-0003Vz-42 for guix-patches@gnu.org; Wed, 13 Mar 2019 11:39:03 -0400 Subject: [bug#34845] [PATCH 03/30] gnu: lxqt-build-tools: Update to 0.6.0. Resent-Message-ID: From: Meiyo Peng Date: Wed, 13 Mar 2019 23:37:14 +0800 Message-Id: <20190313153741.3683-3-meiyo@riseup.net> In-Reply-To: <20190313153741.3683-1-meiyo@riseup.net> References: <20190313125656.2822-1-meiyo@riseup.net> <20190313153741.3683-1-meiyo@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: 34845@debbugs.gnu.org * gnu/packages/lxqt.scm (lxqt-build-tools): Update to 0.6.0. --- gnu/packages/lxqt.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index 9813005a34..6926d071d7 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2016 Efraim Flashner ;;; Copyright © 2017 Nils Gillmann ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice -;;; Copyright © 2018 Meiyo Peng +;;; Copyright © 2018, 2019 Meiyo Peng ;;; Copyright © 2018 Ricardo Wurmus ;;; ;;; This file is part of GNU Guix. @@ -124,7 +124,7 @@ to statistics about the system on which it's run.") (define-public lxqt-build-tools (package (name "lxqt-build-tools") - (version "0.5.0") + (version "0.6.0") (source (origin (method url-fetch) @@ -132,7 +132,7 @@ to statistics about the system on which it's run.") "/download/" version "/lxqt-build-tools-" version ".tar.xz")) (sha256 - (base32 "13b5x26p6ycnwzlgg1cgvlc88wjrjmlb3snrrmzh0xgh9h6hhvd6")))) + (base32 "0n0p0mf12n9f7zm2592779rpqrbcamfdz87nnjb8j058bc8g3214")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; no tests -- 2.21.0