mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -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
|
||||
(package
|
||||
(name "emacs-pandoc-mode")
|
||||
(version "2.31")
|
||||
(version "2.32")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -22731,7 +22731,7 @@ (define-public emacs-pandoc-mode
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1c3gay9fkikg7h46djw1nf86fzckmv7w1zbz5fbar20klcr12pbm"))))
|
||||
"1yn9mdlxcv9d33nvgy3wp09qhynb2m50cyhsv1xf77wyzlwdlb2p"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-hydra))
|
||||
|
|
Loading…
Reference in a new issue