guix-patches
[Top][All Lists]
Advanced

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

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


From: André A . Gomes
Subject: [bug#53942] [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


reply via email to

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