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

Previous Next

Package: guix-patches;

Reported by: André A. Gomes <andremegafone <at> gmail.com>

Date: Fri, 11 Feb 2022 18:58:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: André A. Gomes <andremegafone <at> gmail.com>
To: 53942 <at> debbugs.gnu.org
Subject: [bug#53942] [PATCH]: [PATCH] emacs-markdown-mode: Update to 2.5
Date: Fri, 11 Feb 2022 21:57:12 +0300
[Message part 1 (text/plain, inline)]
Hi Guix,

Patch attached.


-- 
André A. Gomes
"Free Thought, Free World"
[0001-gnu-emacs-markdown-mode-Update-to-2.5.patch (text/x-patch, inline)]
From 1cbaa4d3e9d504a7ec82a0f2ab5d32c975ca2a9c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20A=2E=20Gomes?= <andremegafone <at> 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


This bug report was last modified 3 years and 99 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.