all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#34422] [PATCH] gnu: emacs-matrix-client: Update to commit 0f561e.
@ 2019-02-11  1:36 Brett Gilio
  2019-02-11 22:05 ` Nicolas Goaziou
  2021-09-26  4:13 ` bug#34422: " Sarah Morgensen
  0 siblings, 2 replies; 3+ messages in thread
From: Brett Gilio @ 2019-02-11  1:36 UTC (permalink / raw)
  To: 34422

[-- Attachment #1: [PATCH] gnu: emacs-matrix-client: Update to commit 0f561e. --]
[-- Type: text/x-patch, Size: 1778 bytes --]

From 9d39c3bedb7f06bbc30ee33e638b409979e3fd19 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@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@gmail.com>
 ;;; Copyright © 2018 Thorsten Wilms <t_w_@freenet.de>
 ;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com>
+;;; Copyright © 2019 Brett Gilio <brettg@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#34422] [PATCH] gnu: emacs-matrix-client: Update to commit 0f561e.
  2019-02-11  1:36 [bug#34422] [PATCH] gnu: emacs-matrix-client: Update to commit 0f561e Brett Gilio
@ 2019-02-11 22:05 ` Nicolas Goaziou
  2021-09-26  4:13 ` bug#34422: " Sarah Morgensen
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2019-02-11 22:05 UTC (permalink / raw)
  To: Brett Gilio; +Cc: 34422

Hello,

Brett Gilio <brettg@posteo.net> writes:

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#34422: [PATCH] gnu: emacs-matrix-client: Update to commit 0f561e.
  2019-02-11  1:36 [bug#34422] [PATCH] gnu: emacs-matrix-client: Update to commit 0f561e Brett Gilio
  2019-02-11 22:05 ` Nicolas Goaziou
@ 2021-09-26  4:13 ` Sarah Morgensen
  1 sibling, 0 replies; 3+ messages in thread
From: Sarah Morgensen @ 2021-09-26  4:13 UTC (permalink / raw)
  To: 34422-done

Hi,

Brett Gilio <brettg@posteo.net> writes:

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-26  4:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-11  1:36 [bug#34422] [PATCH] gnu: emacs-matrix-client: Update to commit 0f561e Brett Gilio
2019-02-11 22:05 ` Nicolas Goaziou
2021-09-26  4:13 ` bug#34422: " Sarah Morgensen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.