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

* gnu/packages/emacs-xyz.scm (emacs-pandoc-mode): Update to 2.34.1.

Change-Id: I0629b87a288b77f4892602e935181294216d3ab0
This commit is contained in:
jgart 2025-01-21 20:10:24 -06:00
parent 5d6e4cedb5
commit cc5be455d8
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -29816,7 +29816,7 @@ text in neighboring sections.")
(define-public emacs-pandoc-mode
(package
(name "emacs-pandoc-mode")
(version "2.33")
(version "2.34.1")
(source
(origin
(method git-fetch)
@ -29826,7 +29826,7 @@ text in neighboring sections.")
(file-name (git-file-name name version))
(sha256
(base32
"13hg9qf64drpz7ak0sz13gj0dblgrfypjszx8iprf6z5kvh33zpk"))))
"1kraah7663cr9lsymqff25ad80nlih94y871byd925nhyl908kfl"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash emacs-hydra))