3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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>
This commit is contained in:
jgart 2022-06-23 21:23:35 +02:00 committed by Nicolas Goaziou
parent 66c5a91007
commit c98f412de6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -16124,8 +16124,8 @@ which avoids some of the issues with using Emacss 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 Emacss 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.")