From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHYKK-0005wT-7q for guix-patches@gnu.org; Tue, 30 Oct 2018 14:01:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHYK9-0001eI-13 for guix-patches@gnu.org; Tue, 30 Oct 2018 14:01:12 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51636) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gHYK8-0001e5-ME for guix-patches@gnu.org; Tue, 30 Oct 2018 14:01:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gHYK6-0003oc-DJ for guix-patches@gnu.org; Tue, 30 Oct 2018 14:01:04 -0400 Subject: [bug#33209] [PATCH 1/2] gnu: libqmatrixclient: Update to 0.4.0. References: <20181030175213.19399-1-arunisaac@systemreboot.net> In-Reply-To: <20181030175213.19399-1-arunisaac@systemreboot.net> Resent-Message-ID: From: Arun Isaac Date: Tue, 30 Oct 2018 23:29:43 +0530 Message-Id: <20181030175944.19620-1-arunisaac@systemreboot.net> 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: 33209@debbugs.gnu.org * gnu/packages/messaging.scm (libqmatrixclient): Update to 0.4.0. --- gnu/packages/messaging.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 0090fe12c..3097f1aa2 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -1648,7 +1648,7 @@ notifications, and Python scripting support.") (define-public libqmatrixclient (package (name "libqmatrixclient") - (version "0.3.0.2") + (version "0.4.0") (source (origin (method git-fetch) @@ -1658,7 +1658,7 @@ notifications, and Python scripting support.") (file-name (git-file-name name version)) (sha256 (base32 - "03pxmr4wa818fgqddkr2fkwz6pda538x3ic9yq7c40x98zqf55w5")))) + "1llzqjagvp91kcg26q5c4qw9aaz7wna3rh6k06rc3baivrjqf3cn")))) (build-system cmake-build-system) (inputs `(("qtbase" ,qtbase))) -- 2.19.0