unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 54968@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>
Subject: [bug#54968] [PATCH] gnu: emacs-ement: Update to 45b7882.
Date: Fri, 15 Apr 2022 22:39:11 -0400	[thread overview]
Message-ID: <20220416023911.6814-1-jgart@dismail.de> (raw)

* 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





             reply	other threads:[~2022-04-16  2:47 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220416023911.6814-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=54968@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).