all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53942] [PATCH]: [PATCH] emacs-markdown-mode: Update to 2.5
@ 2022-02-11 18:57 André A. Gomes
  2022-02-11 21:06 ` bug#53942: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: André A. Gomes @ 2022-02-11 18:57 UTC (permalink / raw)
  To: 53942

[-- Attachment #1: Type: text/plain, Size: 83 bytes --]

Hi Guix,

Patch attached.


-- 
André A. Gomes
"Free Thought, Free World"

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-markdown-mode-Update-to-2.5.patch --]
[-- Type: text/x-patch, Size: 1289 bytes --]

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#53942: [PATCH]: [PATCH] emacs-markdown-mode: Update to 2.5
  2022-02-11 18:57 [bug#53942] [PATCH]: [PATCH] emacs-markdown-mode: Update to 2.5 André A. Gomes
@ 2022-02-11 21:06 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-02-11 21:06 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 53942-done

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-11 21:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-11 18:57 [bug#53942] [PATCH]: [PATCH] emacs-markdown-mode: Update to 2.5 André A. Gomes
2022-02-11 21:06 ` bug#53942: " Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.