guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-matrix-client: Update to 0.0.0-5.59c79


From: guix-commits
Subject: branch master updated: gnu: emacs-matrix-client: Update to 0.0.0-5.59c7924.
Date: Mon, 16 Nov 2020 14:05:44 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 56003ed  gnu: emacs-matrix-client: Update to 0.0.0-5.59c7924.
56003ed is described below

commit 56003edef815961df6592ee162d1b7788e0aaf4b
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Nov 16 11:36:11 2020 +0100

    gnu: emacs-matrix-client: Update to 0.0.0-5.59c7924.
    
    * gnu/packages/emacs-xyz.scm (emacs-matrix-client): Update to 
0.0.0-5.59c7924.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 637cdf0..1cbbcc6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19428,10 +19428,10 @@ Emacs.")
     (license license:gpl3+)))
 
 (define-public emacs-matrix-client
-  (let ((commit "a0623667b07a4bf60980c97b078e9faed97ace79"))
+  (let ((commit "59c792423fd0503f1375f356bec56130e65d3b51"))
     (package
       (name "emacs-matrix-client")
-      (version (git-version "0.0.0" "4" commit))
+      (version (git-version "0.0.0" "5" commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -19440,7 +19440,7 @@ Emacs.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1zya8id3y9wzjaj7nplq7br6nhm3lsskv0fkn1xr1y77fzcfgcdb"))))
+                  "1gmpw14q9zkvviqpnmvh5vbyxk42038yilxm6b2zqw7mwxfc1xra"))))
       (build-system emacs-build-system)
       (arguments
        `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]