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

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

Change-Id: Iffd6a134929936ff15d6a6263b1ae2c902110913
This commit is contained in:
Nicolas Goaziou 2024-10-12 11:43:00 +02:00
parent 72a5f0211c
commit 0c99b75f52
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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