[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: emacs-org-re-reveal: Update to 3.16.0.
From: |
guix-commits |
Subject: |
04/07: gnu: emacs-org-re-reveal: Update to 3.16.0. |
Date: |
Thu, 6 Oct 2022 18:59:54 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit c558fed4dbd836f9017724eb47063c31088a730a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Oct 7 00:46:32 2022 +0200
gnu: emacs-org-re-reveal: Update to 3.16.0.
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.16.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 0f6a7f0b04..bb6a3990ea 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21380,7 +21380,7 @@ powerful Org contents.")
(define-public emacs-org-re-reveal
(package
(name "emacs-org-re-reveal")
- (version "3.15.0")
+ (version "3.16.0")
(source
(origin
(method git-fetch)
@@ -21389,7 +21389,7 @@ powerful Org contents.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0mn7qn80289gizvnxyjjs00b7qmlf0692kai7qgzgfj6i87pjc38"))))
+ (base32 "0w6v7x4y0wn8af48vfn8m5h46w09wncwgcc9q8pl3zf92s50drg7"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-htmlize emacs-org))
- branch master updated (cb731c80ff -> 8319be779f), guix-commits, 2022/10/06
- 05/07: gnu: emacs-lcr: Update to 1.2., guix-commits, 2022/10/06
- 07/07: gnu: extractpdfmark: Improve package style., guix-commits, 2022/10/06
- 06/07: gnu: extractpdfmark: Update to 1.1.1., guix-commits, 2022/10/06
- 03/07: gnu: emacs-ement: Update to 0.3.1., guix-commits, 2022/10/06
- 01/07: gnu: emacs-debbugs: Update to 0.34., guix-commits, 2022/10/06
- 02/07: gnu: emacs-emms: Update to 12., guix-commits, 2022/10/06
- 04/07: gnu: emacs-org-re-reveal: Update to 3.16.0.,
guix-commits <=