guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ox-hugo: Update to 0.12.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-ox-hugo: Update to 0.12.2.
Date: Wed, 06 Jul 2022 14:26:32 -0400

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 7af6a2caff gnu: emacs-ox-hugo: Update to 0.12.2.
7af6a2caff is described below

commit 7af6a2caffcc42aad33c48e93b5baa2622e9b3a5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 6 20:25:52 2022 +0200

    gnu: emacs-ox-hugo: Update to 0.12.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-ox-hugo): Update to 0.12.2.
---
 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 5c1f9ef60f..891d858c4e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27524,7 +27524,7 @@ producing output appropriate for Haunt's 
@code{html-reader}.")
 (define-public emacs-ox-hugo
   (package
     (name "emacs-ox-hugo")
-    (version "0.12.1")
+    (version "0.12.2")
     (source
      (origin
        (method git-fetch)
@@ -27534,7 +27534,7 @@ producing output appropriate for Haunt's 
@code{html-reader}.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0q4gyjzvxzw6a0phw2x2v9n43i28n3g9m7szwbhzch4j6ggxzcw4"))))
+         "054ln6x92qyicvc5l1m9yjqqzwpg3j66v0shxsypp97vfw2d3ww6"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-tomelr))



reply via email to

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