guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ement: Update to 0.1-pre-2.45b7882.


From: guix-commits
Subject: branch master updated: gnu: emacs-ement: Update to 0.1-pre-2.45b7882.
Date: Thu, 23 Jun 2022 15:25:31 -0400

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 c98f412de6 gnu: emacs-ement: Update to 0.1-pre-2.45b7882.
c98f412de6 is described below

commit c98f412de6c6cd36c9167a92c9539e8ce66141e2
Author: jgart <jgart@dismail.de>
AuthorDate: Thu Jun 23 21:23:35 2022 +0200

    gnu: emacs-ement: Update to 0.1-pre-2.45b7882.
    
    * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 0.1-pre-2.45b7882.
    [arguments]<propagated-inputs>: Add emacs-taxy and emacs-svg-lib.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 925239406d..f5493e8ed1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16124,8 +16124,8 @@ which avoids some of the issues with using Emacs’s 
built-in Url library.")
     (license license:gpl3+)))
 
 (define-public emacs-ement
-  (let ((commit "c951737dc855604aba389166bb0e7366afadc533")
-        (revision "1"))
+  (let ((commit "45b7882c8a8f28eb59113f78db0e79918f2c58ee")
+        (revision "2"))
     (package
       (name "emacs-ement")
       (version (git-version "0.1-pre" revision commit))
@@ -16137,12 +16137,15 @@ which avoids some of the issues with using Emacs’s 
built-in Url library.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "00iwwz4hzg4g59wrb5df6snqz3ppvrsadhfp61w1pa8gvg2z9bvy"))))
+          (base32 "1f79h9l7chazan7kh2g73banqim5p4gz2nyx3cvp9jjfz32c4k46"))))
       (build-system emacs-build-system)
       (arguments
        `(#:emacs ,emacs))               ;need libxml support
       (propagated-inputs
-       (list emacs-plz emacs-ts))
+       (list emacs-plz
+             emacs-svg-lib
+             emacs-taxy
+             emacs-ts))
       (home-page "https://github.com/alphapapa/ement.el";)
       (synopsis "Matrix client for Emacs")
       (description "Ement.el is a Matrix client for Emacs.")



reply via email to

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