1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

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

Change-Id: I1278a5addef5d9c1016cc2b46025f5be81e65e90
This commit is contained in:
Nicolas Goaziou
2025-10-10 19:07:06 +02:00
parent 1411db3be1
commit 143732a904

View File

@@ -32351,7 +32351,7 @@ text in neighboring sections.")
(define-public emacs-pandoc-mode
(package
(name "emacs-pandoc-mode")
(version "2.34.1")
(version "2.35")
(source
(origin
(method git-fetch)
@@ -32361,7 +32361,7 @@ text in neighboring sections.")
(file-name (git-file-name name version))
(sha256
(base32
"1kraah7663cr9lsymqff25ad80nlih94y871byd925nhyl908kfl"))))
"0dyf0d5qmshbf5zi2kimplj1byrdhm31yx3fr0mvnq5hp076820d"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash emacs-hydra))