From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:43776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gt0cq-0002E8-91 for guix-patches@gnu.org; Sun, 10 Feb 2019 20:43:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gt0cp-0004BT-IL for guix-patches@gnu.org; Sun, 10 Feb 2019 20:43:12 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:43702) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gt0cg-00044U-IP for guix-patches@gnu.org; Sun, 10 Feb 2019 20:43:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gt0cg-000600-9W for guix-patches@gnu.org; Sun, 10 Feb 2019 20:43:02 -0500 Subject: [bug#34422] [PATCH] gnu: emacs-matrix-client: Update to commit 0f561e. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:43165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gt0bg-0001bX-CS for guix-patches@gnu.org; Sun, 10 Feb 2019 20:42:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gt0Wg-0008E4-Fh for guix-patches@gnu.org; Sun, 10 Feb 2019 20:36:52 -0500 Received: from mout01.posteo.de ([185.67.36.65]:35717) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gt0Wc-00082t-CN for guix-patches@gnu.org; Sun, 10 Feb 2019 20:36:48 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 0649216005D for ; Mon, 11 Feb 2019 02:36:24 +0100 (CET) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 43yT080BBCz6tmF for ; Mon, 11 Feb 2019 02:36:23 +0100 (CET) From: Brett Gilio Date: Sun, 10 Feb 2019 19:36:22 -0600 Message-ID: <87r2cf9kdl.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch; charset=utf-8 Content-Disposition: inline; filename=0001-gnu-emacs-matrix-client-Update-to-commit-0f561e.patch Content-Transfer-Encoding: quoted-printable Content-Description: [PATCH] gnu: emacs-matrix-client: Update to commit 0f561e. 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: 34422@debbugs.gnu.org >From 9d39c3bedb7f06bbc30ee33e638b409979e3fd19 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Sun, 10 Feb 2019 19:35:15 -0600 Subject: [PATCH] gnu: emacs-matrix-client: Update to commit 0f561e. * gnu/packages/emacs-xyz.scm (emacs-matrix-client): Update to commit 0f561e. --- gnu/packages/emacs-xyz.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 339927a4f..cf3dcc269 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -41,6 +41,7 @@ ;;; Copyright =C2=A9 2018 Alex Branham ;;; Copyright =C2=A9 2018 Thorsten Wilms ;;; Copyright =C2=A9 2018 Pierre Langlois +;;; Copyright =C2=A9 2019 Brett Gilio ;;; ;;; This file is part of GNU Guix. ;;; @@ -12545,10 +12546,10 @@ Emacs.") (license license:gpl3+))) =20 (define-public emacs-matrix-client - (let ((commit "a0623667b07a4bf60980c97b078e9faed97ace79")) + (let ((commit "0f561ef4aa860e20612c5ad4a5583ad8832266f4")) (package (name "emacs-matrix-client") - (version (git-version "0.0.0" "3" commit)) + (version (git-version "0.0.0" "4" commit)) (source (origin (method git-fetch) (uri (git-reference @@ -12557,7 +12558,7 @@ Emacs.") (file-name (git-file-name name version)) (sha256 (base32 - "1zya8id3y9wzjaj7nplq7br6nhm3lsskv0fkn1xr1y77fzcfgcdb"))= )) + "0jw8prhgymnfcmkc7zqynrn15pvp7gn5dd9l7f7pzcnahpb5y3xq"))= )) (build-system emacs-build-system) (propagated-inputs `(("a" ,emacs-a) --=20 2.20.1