unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54968] [PATCH] gnu: emacs-ement: Update to 45b7882.
@ 2022-04-16  2:39 jgart via Guix-patches via
  2022-04-16  3:08 ` [bug#54968] [PATCH v2] * gnu/packages/emacs-xyz.scm (emacs-ement): " jgart via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2022-04-16  2:39 UTC (permalink / raw)
  To: 54968; +Cc: jgart

* gnu/packages/emacs-xyz.scm (emacs-ement): Update to 45b7882.
[arguments]: Add formatting and punctuation.
[propagated-inputs]: Add missing emacs-taxy and emacs-svg-lib inputs.
---
 gnu/packages/emacs-xyz.scm | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d5afb4d26f..913bde8203 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2092,7 +2092,7 @@ (define-public emacs-bug-hunter
 @file{init.el} or @file{.emacs}).")
       (license license:gpl3+))))
 
-\f
+
 ;;;
 ;;; Web browsing.
 ;;;
@@ -2226,7 +2226,7 @@ (define-public emacs-eww-lnum
     (license license:gpl3+)))
 
 
-\f
+
 ;;;
 ;;; Multimedia.
 ;;;
@@ -2354,7 +2354,7 @@ (define-public emacs-emms-mode-line-cycle
 within a specified width.  It is useful for displaying long track titles.")
     (license license:gpl3+)))
 
-\f
+
 ;;;
 ;;; Miscellaneous.
 ;;;
@@ -15614,8 +15614,8 @@ (define-public emacs-plz
       (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))
@@ -15627,12 +15627,15 @@ (define-public emacs-ement
                (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
+       `(#:emacs ,emacs)) ; Needs libxml support.
       (propagated-inputs
-       (list emacs-plz emacs-ts))
+       (list emacs-plz
+             emacs-ts
+             emacs-taxy
+             emacs-svg-lib))
       (home-page "https://github.com/alphapapa/ement.el")
       (synopsis "Matrix client for Emacs")
       (description "Ement.el is a Matrix client for Emacs.")
-- 
2.35.1





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

end of thread, other threads:[~2022-06-23 19:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-16  2:39 [bug#54968] [PATCH] gnu: emacs-ement: Update to 45b7882 jgart via Guix-patches via
2022-04-16  3:08 ` [bug#54968] [PATCH v2] * gnu/packages/emacs-xyz.scm (emacs-ement): " jgart via Guix-patches via
2022-06-23 19:25   ` bug#54968: " Nicolas Goaziou

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).