gnu: emacs-markdown-mode: Update to 2.6.

* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update to 2.6.
This commit is contained in:
Nicolas Goaziou 2023-09-01 21:54:29 +02:00
parent ee470f1af9
commit 1dd8c9f934
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -13469,7 +13469,7 @@ provides the following features:
(define-public emacs-markdown-mode (define-public emacs-markdown-mode
(package (package
(name "emacs-markdown-mode") (name "emacs-markdown-mode")
(version "2.5") (version "2.6")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -13478,7 +13478,7 @@ provides the following features:
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "02vw1zsbwa2hc3sxvbpvbldi5cf1xgd5b9l6fwg24d24j6b2af0j")))) (base32 "1i0b32z3zis39k412xa7jsikp5wdv2rxvbg8slm4phwi31n52r47"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://jblevins.org/projects/markdown-mode/") (home-page "https://jblevins.org/projects/markdown-mode/")
(synopsis "Emacs Major mode for Markdown files") (synopsis "Emacs Major mode for Markdown files")