guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: emacs-org-present: Update to 0.1-1.4ec04e1.


From: guix-commits
Subject: 01/07: gnu: emacs-org-present: Update to 0.1-1.4ec04e1.
Date: Fri, 20 Jan 2023 18:06:00 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit fe47725df160a43009b8b8fd13900c9cc84d9227
Author: Cayetano Santos via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Mon Jan 16 16:48:18 2023 +0100

    gnu: emacs-org-present: Update to 0.1-1.4ec04e1.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-present): Update to 0.1-1.4ec04e1.
    [propagated-inputs]: Add EMACS-ORG.
    [synopsis]: Remove final full stop.
    [description]: Improve typography.
    [license]: Use GPL3+.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9edb88049b..bac5c96e38 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31235,10 +31235,11 @@ Fish-style truncated directories in eshell and 
various modelines.")
     (license license:gpl3+)))
 
 (define-public emacs-org-present
-  (let ((commit "d13acd70eff6a1608bc991920232146a0de76b21"))
+  (let ((commit "4ec04e1b77dea76d7c30066ccf3200d2e0b7bee9")
+        (revision "1"))
     (package
       (name "emacs-org-present")
-      (version "0.0.1")
+      (version (git-version "0.1" revision commit))
       (source
        (origin
          (method git-fetch)
@@ -31248,15 +31249,16 @@ Fish-style truncated directories in eshell and 
various modelines.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "0jz8xiny3rv9ql0p623byz32pip1b82j2c2nyfz2wd114kiabb6q"))))
+           "0bcrgwc80968zx52lwg71cs7v2yrygynzbnrakxdja1l5a6h3xy6"))))
       (build-system emacs-build-system)
-      (synopsis "Ultra-minimalist presentation minor-mode for Emacs org-mode")
-      (description "Org-present is an extremely minimalist presentation tool
-for Emacs org-mode.  Simply layout your presentation with each slide under a
-top-level header, start the minor mode with @code{org-present}, and page 
through
-each slide with left/right keys.")
+      (propagated-inputs (list emacs-org))
+      (synopsis "Minimalist presentation minor-mode for Emacs Org mode")
+      (description "Org Present is a minimalist presentation tool for Emacs
+Org mode.  Simply layout your presentation with each slide under a top-level
+header, start the minor mode, and page through each slide with Left and Right
+keys.")
       (home-page "https://github.com/rlister/org-present";)
-      (license license:gpl2))))
+      (license license:gpl3+))))
 
 (define-public emacs-fullframe
   (package



reply via email to

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