unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Diego Nicola Barbato <dnbarbato@posteo.de>
To: 37690@debbugs.gnu.org
Subject: [bug#37690] [PATCH] gnu: emacs-org-tree-slide: Update to 2.8.14.
Date: Thu, 10 Oct 2019 11:54:25 +0200	[thread overview]
Message-ID: <87tv8hsz72.fsf@GlaDOS.home> (raw)

[-- Attachment #1: Type: text/plain, Size: 90 bytes --]

Hello Guix,

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

Regards,

Diego


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-emacs-org-tree-slide-Update-to-2.8.14.patch --]
[-- Type: text/x-patch, Size: 2515 bytes --]

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(-)

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	other threads:[~2019-10-10  9:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-10  9:54 Diego Nicola Barbato [this message]
2019-10-10 16:03 ` bug#37690: Done Brian Leung

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tv8hsz72.fsf@GlaDOS.home \
    --to=dnbarbato@posteo.de \
    --cc=37690@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).