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


From: guix-commits
Subject: branch master updated: gnu: emacs-org-re-reveal: Update to 3.1.1.
Date: Tue, 25 Aug 2020 14:12:05 -0400

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

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fdaba55  gnu: emacs-org-re-reveal: Update to 3.1.1.
fdaba55 is described below

commit fdaba559d0e094989a45ad5d2652bf008c5a048e
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Tue Aug 25 21:10:53 2020 +0300

    gnu: emacs-org-re-reveal: Update to 3.1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.1.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 62c9203..e5ceef8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15428,7 +15428,7 @@ powerful Org contents.")
 (define-public emacs-org-re-reveal
   (package
     (name "emacs-org-re-reveal")
-    (version "3.1.0")
+    (version "3.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -15437,7 +15437,7 @@ powerful Org contents.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1cmvqr97vx22lw510z0k2nsy5xfgnz2lvchmx5sdxrqz54pz1wfq"))))
+                "0an799lxy1j48zlg00982d1rhg46ls4fz4v7r7qdh6228icq5hij"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-htmlize" ,emacs-htmlize)



reply via email to

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