mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-markdown-mode: Update to 2.5.
* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update to 2.5.
This commit is contained in:
parent
2f2b30817a
commit
fb73809eef
1 changed files with 2 additions and 2 deletions
|
@ -10318,7 +10318,7 @@ (define-public emacs-tide
|
||||||
(define-public emacs-markdown-mode
|
(define-public emacs-markdown-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-markdown-mode")
|
(name "emacs-markdown-mode")
|
||||||
(version "2.4")
|
(version "2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10327,7 +10327,7 @@ (define-public emacs-markdown-mode
|
||||||
(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 "0g0ja4h651yfabm3k6gbw4y8w7wibc9283fyfzb33kjj38ivl5d7"))))
|
(base32 "02vw1zsbwa2hc3sxvbpvbldi5cf1xgd5b9l6fwg24d24j6b2af0j"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue