mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
ee470f1af9
commit
1dd8c9f934
1 changed files with 2 additions and 2 deletions
|
@ -13469,7 +13469,7 @@ (define-public emacs-tide
|
|||
(define-public emacs-markdown-mode
|
||||
(package
|
||||
(name "emacs-markdown-mode")
|
||||
(version "2.5")
|
||||
(version "2.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -13478,7 +13478,7 @@ (define-public emacs-markdown-mode
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02vw1zsbwa2hc3sxvbpvbldi5cf1xgd5b9l6fwg24d24j6b2af0j"))))
|
||||
(base32 "1i0b32z3zis39k412xa7jsikp5wdv2rxvbg8slm4phwi31n52r47"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://jblevins.org/projects/markdown-mode/")
|
||||
(synopsis "Emacs Major mode for Markdown files")
|
||||
|
|
Loading…
Reference in a new issue