mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-markdown-mode: Update to 2.7.
* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update to 2.7. Change-Id: I00fcebbeeae3b642d18965d6b546c83922b1f2f3
This commit is contained in:
parent
3ab90990cd
commit
d876d8260c
1 changed files with 2 additions and 2 deletions
|
@ -15859,7 +15859,7 @@ Emacs buffers.")
|
|||
(define-public emacs-markdown-mode
|
||||
(package
|
||||
(name "emacs-markdown-mode")
|
||||
(version "2.6")
|
||||
(version "2.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -15868,7 +15868,7 @@ Emacs buffers.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1i0b32z3zis39k412xa7jsikp5wdv2rxvbg8slm4phwi31n52r47"))))
|
||||
(base32 "1w6y18bg0fpvb5xwr827ynzbj0f0nh3dms3n0xq6hg38dcyly46b"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://jblevins.org/projects/markdown-mode/")
|
||||
(synopsis "Emacs Major mode for Markdown files")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue