[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-org-re-reveal: Update to 3.15.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-org-re-reveal: Update to 3.15.0. |
Date: |
Mon, 15 Aug 2022 04:33:07 -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 f6709ee234 gnu: emacs-org-re-reveal: Update to 3.15.0.
f6709ee234 is described below
commit f6709ee23487ce476d8145b2c8f793d9ed1f4c87
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 15 10:32:18 2022 +0200
gnu: emacs-org-re-reveal: Update to 3.15.0.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.15.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 dde1d6237c..14904aa5aa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20309,7 +20309,7 @@ powerful Org contents.")
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
- (version "3.14.1")
+ (version "3.15.0")
(source
(origin
(method git-fetch)
@@ -20318,7 +20318,7 @@ powerful Org contents.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "180dn5iywarljbmx8lm61y30n2d800kg96psrvc8ghfglnvp6964"))))
+ (base32 "0mn7qn80289gizvnxyjjs00b7qmlf0692kai7qgzgfj6i87pjc38"))))
(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.15.0.,
guix-commits <=