guix-commits
[Top][All Lists]
Advanced

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

42/63: gnu: emacs-pandoc-mode: Update to 2.31.


From: guix-commits
Subject: 42/63: gnu: emacs-pandoc-mode: Update to 2.31.
Date: Sat, 29 May 2021 10:17:50 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8fd54b9434b7cdade5d6e3b6969f829eac9ffcc3
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 15:56:02 2021 +0200

    gnu: emacs-pandoc-mode: Update to 2.31.
    
    * gnu/packages/emacs-xyz.scm (emacs-pandoc-mode): Update to 2.31.
---
 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 af1011b..e155cc7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20297,7 +20297,7 @@ text in neighboring sections.")
 (define-public emacs-pandoc-mode
   (package
     (name "emacs-pandoc-mode")
-    (version "2.30.1")
+    (version "2.31")
     (source
      (origin
        (method git-fetch)
@@ -20307,7 +20307,7 @@ text in neighboring sections.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1k31pkvd9m798i6phcr0y3wd34fgq6ii41hx3lszmikvxb1yvm2y"))))
+         "1c3gay9fkikg7h46djw1nf86fzckmv7w1zbz5fbar20klcr12pbm"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)



reply via email to

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