3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-pandoc-mode: Update to 2.31.

* gnu/packages/emacs-xyz.scm (emacs-pandoc-mode): Update to 2.31.
This commit is contained in:
Nicolas Goaziou 2021-05-29 15:56:02 +02:00
parent b7a9b63a70
commit 8fd54b9434
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20297,7 +20297,7 @@ text in neighboring sections.")
(define-public emacs-pandoc-mode
(package
(name "emacs-pandoc-mode")
(version "2.30.1")
(version "2.31")
(source
(origin
(method git-fetch)
@ -20307,7 +20307,7 @@ text in neighboring sections.")
(file-name (git-file-name name version))
(sha256
(base32
"1k31pkvd9m798i6phcr0y3wd34fgq6ii41hx3lszmikvxb1yvm2y"))))
"1c3gay9fkikg7h46djw1nf86fzckmv7w1zbz5fbar20klcr12pbm"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)