mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: emacs-pandoc-mode: Update to 2.32.
* gnu/packages/emacs-xyz.scm (emacs-pandoc-mode): Update to 2.32.
This commit is contained in:
parent
50274c3c02
commit
e9a3b3e4f3
1 changed files with 2 additions and 2 deletions
|
@ -22721,7 +22721,7 @@ (define-public emacs-focus
|
||||||
(define-public emacs-pandoc-mode
|
(define-public emacs-pandoc-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-pandoc-mode")
|
(name "emacs-pandoc-mode")
|
||||||
(version "2.31")
|
(version "2.32")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -22731,7 +22731,7 @@ (define-public emacs-pandoc-mode
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c3gay9fkikg7h46djw1nf86fzckmv7w1zbz5fbar20klcr12pbm"))))
|
"1yn9mdlxcv9d33nvgy3wp09qhynb2m50cyhsv1xf77wyzlwdlb2p"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash emacs-hydra))
|
(list emacs-dash emacs-hydra))
|
||||||
|
|
Loading…
Reference in a new issue