[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-org-re-reveal: Update to 3.14.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-org-re-reveal: Update to 3.14.1. |
Date: |
Wed, 06 Jul 2022 15:58:49 -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 20a0ed8cf5 gnu: emacs-org-re-reveal: Update to 3.14.1.
20a0ed8cf5 is described below
commit 20a0ed8cf553066c2241129df5db94a2a2b270c0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 6 21:57:32 2022 +0200
gnu: emacs-org-re-reveal: Update to 3.14.1.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.14.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 5a2fad3666..e68eb7182f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20240,7 +20240,7 @@ powerful Org contents.")
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
- (version "3.13.0")
+ (version "3.14.1")
(source
(origin
(method git-fetch)
@@ -20249,7 +20249,7 @@ powerful Org contents.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "02y6qm4va43c25i7b0q3pvk888war64rrb2p9bmv5p8176dy1mjw"))))
+ (base32 "180dn5iywarljbmx8lm61y30n2d800kg96psrvc8ghfglnvp6964"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-htmlize emacs-org))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-org-re-reveal: Update to 3.14.1.,
guix-commits <=