me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-pandoc-mode): Update to 2.31.
master
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
1 changed files with 2 additions and 2 deletions

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)