[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-org-re-reveal: Update to 3.12.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-org-re-reveal: Update to 3.12.0. |
Date: |
Tue, 05 Oct 2021 15:52:11 -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 926afce gnu: emacs-org-re-reveal: Update to 3.12.0.
926afce is described below
commit 926afcea077d8373b1bb8661daa4c0fcc9ba3a49
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 5 21:50:41 2021 +0200
gnu: emacs-org-re-reveal: Update to 3.12.0.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.12.0.
---
gnu/packages/emacs-xyz.scm | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 93a9e60..3117154 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18892,16 +18892,16 @@ powerful Org contents.")
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
- (version "3.10.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://gitlab.com/oer/org-re-reveal")
- (commit version)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "1bc01ybs498x0b6l136czp2y6js8ngwc9jkrmahnqdkkvm65il5y"))))
+ (version "3.12.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/oer/org-re-reveal")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "146hnd1jd9j2bgpn951k7m8kh6ncvcfqvvs4rdhmsk1w426ah5vb"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-htmlize" ,emacs-htmlize)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-org-re-reveal: Update to 3.12.0.,
guix-commits <=