mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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:
parent
5d6e4cedb5
commit
cc5be455d8
1 changed files with 2 additions and 2 deletions
|
@ -29816,7 +29816,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.33")
|
(version "2.34.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -29826,7 +29826,7 @@ text in neighboring sections.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13hg9qf64drpz7ak0sz13gj0dblgrfypjszx8iprf6z5kvh33zpk"))))
|
"1kraah7663cr9lsymqff25ad80nlih94y871byd925nhyl908kfl"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash emacs-hydra))
|
(list emacs-dash emacs-hydra))
|
||||||
|
|
Loading…
Add table
Reference in a new issue