guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Diego Nicola Barbato
Subject: [bug#37690] [PATCH] gnu: emacs-org-tree-slide: Update to 2.8.14.
Date: Thu, 10 Oct 2019 11:54:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

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 <address@hidden>
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(-)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]