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

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

bug#53942: closed ([PATCH]: [PATCH] emacs-markdown-mode: Update to 2.5)


From: GNU bug Tracking System
Subject: bug#53942: closed ([PATCH]: [PATCH] emacs-markdown-mode: Update to 2.5)
Date: Fri, 11 Feb 2022 21:07:02 +0000

Your message dated Fri, 11 Feb 2022 22:06:27 +0100
with message-id <87y22ht8oc.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#53942] [PATCH]: [PATCH] emacs-markdown-mode: Update 
to 2.5
has caused the debbugs.gnu.org bug report #53942,
regarding [PATCH]: [PATCH] emacs-markdown-mode: Update to 2.5
to be marked as done.

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


-- 
53942: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=53942
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH]: [PATCH] emacs-markdown-mode: Update to 2.5 Date: Fri, 11 Feb 2022 21:57:12 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi Guix,

Patch attached.


-- 
André A. Gomes
"Free Thought, Free World"
>From 1cbaa4d3e9d504a7ec82a0f2ab5d32c975ca2a9c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= <andremegafone@gmail.com>
Date: Fri, 11 Feb 2022 21:54:50 +0300
Subject: [PATCH] gnu: emacs-markdown-mode: Update to 2.5.

* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update to 2.5.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 444b761116..800d2cb0f6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9955,7 +9955,7 @@ (define-public emacs-tide
 (define-public emacs-markdown-mode
   (package
     (name "emacs-markdown-mode")
-    (version "2.4")
+    (version "2.5")
     (source
      (origin
        (method git-fetch)
@@ -9964,7 +9964,7 @@ (define-public emacs-markdown-mode
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0g0ja4h651yfabm3k6gbw4y8w7wibc9283fyfzb33kjj38ivl5d7"))))
+        (base32 "02vw1zsbwa2hc3sxvbpvbldi5cf1xgd5b9l6fwg24d24j6b2af0j"))))
     (build-system emacs-build-system)
     (home-page "https://jblevins.org/projects/markdown-mode/";)
     (synopsis "Emacs Major mode for Markdown files")
-- 
2.34.0


--- End Message ---
--- Begin Message --- Subject: Re: [bug#53942] [PATCH]: [PATCH] emacs-markdown-mode: Update to 2.5 Date: Fri, 11 Feb 2022 22:06:27 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

André A. Gomes <andremegafone@gmail.com> writes:

> * gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update to 2.5.

I updated it without noticing your patch, sorry.

Closing.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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