1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

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

* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update to 2.4.
This commit is contained in:
Nicolas Goaziou 2020-07-04 00:15:32 +02:00
parent 1ea8160de7
commit 3f45271243
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7149,16 +7149,16 @@ provides the following features:
(define-public emacs-markdown-mode
(package
(name "emacs-markdown-mode")
(version "2.3")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/jrblevin/markdown-mode.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1zm1j4w0f3h01bmmpsv4j4mh6i13nnl8fcqlj2hsa1ncy1lgi8q7"))))
(version "2.4")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/jrblevin/markdown-mode.git")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1zm1j4w0f3h01bmmpsv4j4mh6i13nnl8fcqlj2hsa1ncy1lgi8q7"))))
(build-system emacs-build-system)
(home-page "https://jblevins.org/projects/markdown-mode/")
(synopsis "Emacs Major mode for Markdown files")