~ruther/guix-local

cc5be455d8e498035bf3b0500da61bf7817a3820 — jgart 1 year, 3 months ago 5d6e4ce
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
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 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))