guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-org-re-reveal: Update to 3.12.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-re-reveal: Update to 3.12.1.
Date: Sat, 09 Oct 2021 05:36:57 -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 fd8ea9a  gnu: emacs-org-re-reveal: Update to 3.12.1.
fd8ea9a is described below

commit fd8ea9abf5b4ded096b7ccadb5e36fde4bac0867
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Oct 9 11:36:23 2021 +0200

    gnu: emacs-org-re-reveal: Update to 3.12.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.12.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 f8f8b84..582cfe4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18942,7 +18942,7 @@ powerful Org contents.")
 (define-public emacs-org-re-reveal
   (package
     (name "emacs-org-re-reveal")
-    (version "3.12.0")
+    (version "3.12.1")
     (source
      (origin
        (method git-fetch)
@@ -18951,7 +18951,7 @@ powerful Org contents.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "146hnd1jd9j2bgpn951k7m8kh6ncvcfqvvs4rdhmsk1w426ah5vb"))))
+        (base32 "0hi8lq9rj6i2m14dh75dzq7lq41i4f6qj4xbp2b8krqw6mk9xg7z"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-htmlize" ,emacs-htmlize)



reply via email to

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