guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: emacs-ox-pandoc: Update to 2.0.


From: guix-commits
Subject: 02/04: gnu: emacs-ox-pandoc: Update to 2.0.
Date: Sat, 10 Jun 2023 14:43:07 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit c6d494e49fa5aa87d376a7e58c0d73067f6fad11
Author: Mekeor Melire <mekeor@posteo.de>
AuthorDate: Sat Jun 3 20:57:49 2023 +0000

    gnu: emacs-ox-pandoc: Update to 2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-ox-pandoc): Update to 2.0.
    [source]: Download from new upstream URL.
    [home-page]: Use new home-page.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1d58b2bd91..950dd44b7d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31783,22 +31783,22 @@ format.")
 (define-public emacs-ox-pandoc
   (package
     (name "emacs-ox-pandoc")
-    (version "20180510")
+    (version "2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/kawabata/ox-pandoc";)
-                    (commit "aa37dc7e94213d4ebedb85c384c1ba35007da18e")))
+                    (url "https://github.com/emacsorphanage/ox-pandoc";)
+                    (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0iibxplgdp34bpq1yll2gmqjd8d8lnqn4mqjvx6cdf0y438yr4jz"))))
+                "0sh8l18lc2hngbmb1vv99xb8cp4sfy90j9cbf7b09l82jmnlqmk1"))))
     (build-system emacs-build-system)
     (inputs
      (list pandoc))
     (propagated-inputs
      (list emacs-dash emacs-ht))
-    (home-page "https://github.com/kawabata/ox-pandoc";)
+    (home-page "https://github.com/emacsorphanage/ox-pandoc";)
     (synopsis "Org exporter for Pandoc")
     (description "@code{ox-pandoc} is an exporter for converting Org-mode
 files to numerous other formats via Pandoc.")



reply via email to

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