emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#54968: closed ([PATCH] gnu: emacs-ement: Update to 45b7882.)


From: GNU bug Tracking System
Subject: bug#54968: closed ([PATCH] gnu: emacs-ement: Update to 45b7882.)
Date: Thu, 23 Jun 2022 19:26:03 +0000

Your message dated Thu, 23 Jun 2022 21:25:40 +0200
with message-id <87v8srkwqz.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#54968] [PATCH v2] * gnu/packages/emacs-xyz.scm 
(emacs-ement): Update to 45b7882.
has caused the debbugs.gnu.org bug report #54968,
regarding [PATCH] gnu: emacs-ement: Update to 45b7882.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54968: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54968
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-ement: Update to 45b7882. Date: Fri, 15 Apr 2022 22:39:11 -0400
* 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+))))
 
-
+
 ;;;
 ;;; Web browsing.
 ;;;
@@ -2226,7 +2226,7 @@ (define-public emacs-eww-lnum
     (license license:gpl3+)))
 
 
-
+
 ;;;
 ;;; 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+)))
 
-
+
 ;;;
 ;;; 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#54968] [PATCH v2] * gnu/packages/emacs-xyz.scm (emacs-ement): Update to 45b7882. Date: Thu, 23 Jun 2022 21:25:40 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hello,

jgart via Guix-patches via <guix-patches@gnu.org> writes:

> [arguments]: Add formatting and punctuation.
> [propagated-inputs]: Add missing emacs-taxy and emacs-svg-lib inputs.

Applied. Thank you.

> -       `(#:emacs ,emacs))               ;need libxml support
> +       `(#:emacs ,emacs)) ; Needs libxml support.

The former is actually correct.
>        (propagated-inputs
> -       (list emacs-plz emacs-ts))
> +       (list emacs-plz
> +             emacs-ts
> +             emacs-taxy
> +             emacs-svg-lib))

I re-ordered inputs alphabetically.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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