GNU bug report logs - #34422
[PATCH] gnu: emacs-matrix-client: Update to commit 0f561e.

Previous Next

Package: guix-patches;

Reported by: Brett Gilio <brettg <at> posteo.net>

Date: Mon, 11 Feb 2019 01:43:02 UTC

Severity: normal

Tags: patch

Done: Sarah Morgensen <iskarian <at> mgsn.dev>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 34422 in the body.
You can then email your comments to 34422 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#34422; Package guix-patches. (Mon, 11 Feb 2019 01:43:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Brett Gilio <brettg <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 11 Feb 2019 01:43:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Brett Gilio <brettg <at> posteo.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-matrix-client: Update to commit 0f561e.
Date: Sun, 10 Feb 2019 19:36:22 -0600
[0001-gnu-emacs-matrix-client-Update-to-commit-0f561e.patch (text/x-patch, inline)]
From 9d39c3bedb7f06bbc30ee33e638b409979e3fd19 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg <at> posteo.net>
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 © 2018 Alex Branham <alex.branham <at> gmail.com>
 ;;; Copyright © 2018 Thorsten Wilms <t_w_ <at> freenet.de>
 ;;; Copyright © 2018 Pierre Langlois <pierre.langlois <at> gmx.com>
+;;; Copyright © 2019 Brett Gilio <brettg <at> posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -12545,10 +12546,10 @@ Emacs.")
     (license license:gpl3+)))
 
 (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)
-- 
2.20.1





Information forwarded to guix-patches <at> gnu.org:
bug#34422; Package guix-patches. (Mon, 11 Feb 2019 22:06:02 GMT) Full text and rfc822 format available.

Message #8 received at 34422 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Brett Gilio <brettg <at> posteo.net>
Cc: 34422 <at> debbugs.gnu.org
Subject: Re: [bug#34422] [PATCH] gnu: emacs-matrix-client: Update to commit
 0f561e.
Date: Mon, 11 Feb 2019 23:05:16 +0100
Hello,

Brett Gilio <brettg <at> posteo.net> writes:

> From 9d39c3bedb7f06bbc30ee33e638b409979e3fd19 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg <at> posteo.net>
> 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.

Thank you for the patch.  

However, I think 0f561e brings little value over a06236. In particular,
emacs-matrix-client is still not usable at the moment, not until
<https://github.com/alphapapa/matrix-client.el/issues/76> or equivalent
is applied.

WDYT? Is there any interest in upgrading to 0f561e that I may be missing
(not that it costs much, though)?

Regards,

-- 
Nicolas Goaziou




Reply sent to Sarah Morgensen <iskarian <at> mgsn.dev>:
You have taken responsibility. (Sun, 26 Sep 2021 04:14:01 GMT) Full text and rfc822 format available.

Notification sent to Brett Gilio <brettg <at> posteo.net>:
bug acknowledged by developer. (Sun, 26 Sep 2021 04:14:02 GMT) Full text and rfc822 format available.

Message #13 received at 34422-done <at> debbugs.gnu.org (full text, mbox):

From: Sarah Morgensen <iskarian <at> mgsn.dev>
To: 34422-done <at> debbugs.gnu.org
Subject: Re: [bug#34422] [PATCH] gnu: emacs-matrix-client: Update to commit
 0f561e.
Date: Sat, 25 Sep 2021 21:13:04 -0700
Hi,

Brett Gilio <brettg <at> posteo.net> writes:

>>From 9d39c3bedb7f06bbc30ee33e638b409979e3fd19 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg <at> posteo.net>
> 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.

I'm closing this two-year-old bug since emacs-matrix-client is now much
newer than this.

Please note that this client has also been deprecated upstream in favor
of Ement.el <https://github.com/alphapapa/ement.el>.

--
Sarah




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 24 Oct 2021 11:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 174 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.