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.7.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-org-re-reveal: Update to 3.7.0.
Date: Wed, 17 Feb 2021 08:09:19 -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 bad1e56  gnu: emacs-org-re-reveal: Update to 3.7.0.
bad1e56 is described below

commit bad1e5697c9d4a101ad8e83e8300e5b093cc15ee
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 14:08:53 2021 +0100

    gnu: emacs-org-re-reveal: Update to 3.7.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.7.0.
---
 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 ec67e69..301ba6b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17081,7 +17081,7 @@ powerful Org contents.")
 (define-public emacs-org-re-reveal
   (package
     (name "emacs-org-re-reveal")
-    (version "3.1.1")
+    (version "3.7.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -17090,7 +17090,7 @@ powerful Org contents.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0an799lxy1j48zlg00982d1rhg46ls4fz4v7r7qdh6228icq5hij"))))
+                "1vzn0l8ig4rzh5h8j7kxn8kslqrij97qqv98fbnlwmrw4z87v8dr"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-htmlize" ,emacs-htmlize)



reply via email to

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