guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-pandoc-mode: Update to 2.30.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-pandoc-mode: Update to 2.30.1.
Date: Wed, 17 Feb 2021 08:52:43 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 208272d  gnu: emacs-pandoc-mode: Update to 2.30.1.
208272d is described below

commit 208272def9f9097889ec37429346e18c190f34b0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 14:52:16 2021 +0100

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



reply via email to

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