guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/04: gnu: emacs-pandoc-mode: Update to 2.32.


From: guix-commits
Subject: 02/04: gnu: emacs-pandoc-mode: Update to 2.32.
Date: Tue, 12 Jul 2022 06:15:42 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e9a3b3e4f3860fe1e0d2ec12c8204a9c717c980e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jul 12 12:12:42 2022 +0200

    gnu: emacs-pandoc-mode: Update to 2.32.
    
    * gnu/packages/emacs-xyz.scm (emacs-pandoc-mode): Update to 2.32.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c55b9769e7..bbc06a21ef 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22721,7 +22721,7 @@ text in neighboring sections.")
 (define-public emacs-pandoc-mode
   (package
     (name "emacs-pandoc-mode")
-    (version "2.31")
+    (version "2.32")
     (source
      (origin
        (method git-fetch)
@@ -22731,7 +22731,7 @@ text in neighboring sections.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1c3gay9fkikg7h46djw1nf86fzckmv7w1zbz5fbar20klcr12pbm"))))
+         "1yn9mdlxcv9d33nvgy3wp09qhynb2m50cyhsv1xf77wyzlwdlb2p"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-dash emacs-hydra))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]