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:
Nicolas Goaziou 2022-07-12 12:12:42 +02:00
parent 50274c3c02
commit e9a3b3e4f3
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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))