mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
1ea8160de7
commit
3f45271243
1 changed files with 10 additions and 10 deletions
|
@ -7149,16 +7149,16 @@ 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.3")
|
(version "2.4")
|
||||||
(source (origin
|
(source
|
||||||
(method git-fetch)
|
(origin
|
||||||
(uri (git-reference
|
(method git-fetch)
|
||||||
(url "https://github.com/jrblevin/markdown-mode.git")
|
(uri (git-reference
|
||||||
(commit (string-append "v" version))))
|
(url "https://github.com/jrblevin/markdown-mode.git")
|
||||||
(file-name (git-file-name name version))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(file-name (git-file-name name version))
|
||||||
(base32
|
(sha256
|
||||||
"1zm1j4w0f3h01bmmpsv4j4mh6i13nnl8fcqlj2hsa1ncy1lgi8q7"))))
|
(base32 "1zm1j4w0f3h01bmmpsv4j4mh6i13nnl8fcqlj2hsa1ncy1lgi8q7"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue