[PATCH] gnu: emacs-org-tree-slide: Update to 2.8.14.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brian Leung
  • Diego Nicola Barbato
Owner
unassigned
Submitted by
Diego Nicola Barbato
Severity
normal
D
D
Diego Nicola Barbato wrote on 10 Oct 2019 11:54
(address . guix-patches@gnu.org)
87tv8hsz72.fsf@GlaDOS.home
Hello Guix,

This patch updates emacs-org-tree-slide to version 2.8.14.

Regards,

Diego
From a8dff1ceddd7493431c3dcbb953313fe5cd45410 Mon Sep 17 00:00:00 2001
From: Diego Nicola Barbato <dnbarbato@posteo.de>
Date: Thu, 10 Oct 2019 09:42:00 +0200
Subject: [PATCH] gnu: emacs-org-tree-slide: Update to 2.8.14.

* gnu/packages/emacs-xyz.scm (emacs-org-tree-slide): Update to 2.8.14.
---
gnu/packages/emacs-xyz.scm | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)

Toggle diff (51 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e6cf4bd1eb..cf45283a11 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10657,26 +10657,26 @@ navigation with the grails mode.")
(deprecated-package "groovy-emacs-modes" emacs-groovy-modes))
(define-public emacs-org-tree-slide
- (let ((commit "dff8f1a4a64c8dd0a1fde0b0131e2fe186747134")
- (revision "0"))
- (package
- (name "emacs-org-tree-slide")
- (version (git-version "0.1" revision commit))
- (home-page "https://github.com/takaxp/org-tree-slide")
- (source (origin
- (method git-fetch)
- (uri (git-reference (url home-page) (commit commit)))
- (sha256
- (base32
- "153bg0x7ypla11pq51jmsgzfjklwwnrq56xgpbfhk1j16xwz9hyf"))
- (file-name (git-file-name name version))))
- (build-system emacs-build-system)
- (synopsis "Presentation tool for org-mode")
- (description
- "Org-tree-slide provides a slideshow mode to view org-mode files. Use
+ (package
+ (name "emacs-org-tree-slide")
+ (version "2.8.14")
+ (home-page "https://github.com/takaxp/org-tree-slide")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit "036a36eec1cf712d3db155572aed325daa372eb5")))
+ (sha256
+ (base32
+ "1r8ncx25xmxicgciyv5przp68y8qgy40fm10ba55awvql4xcm0yk"))
+ (file-name (git-file-name name version))))
+ (build-system emacs-build-system)
+ (synopsis "Presentation tool for org-mode")
+ (description
+ "Org-tree-slide provides a slideshow mode to view org-mode files. Use
@code{org-tree-slide-mode} to enter the slideshow mode, and then @kbd{C->} and
@kbd{C-<} to jump to the next and previous slide.")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-scratch-el
(let ((commit "2cdf2b841ce7a0987093f65b0cc431947549f897")
--
2.23.0
B
B
Brian Leung wrote on 10 Oct 2019 18:03
Done
CAAc=MEySwd6K9wAGxxbqrZLBtQGuQHEm4EyTZDUv+_PBj83MLw@mail.gmail.com
Thanks for the patch. I made some small changes and merged.
Attachment: file
Closed
?