guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-tldr: Update to 0-1.7203d1b.


From: guix-commits
Subject: branch master updated: gnu: emacs-tldr: Update to 0-1.7203d1b.
Date: Thu, 05 Mar 2020 05:29:11 -0500

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 85c3a49  gnu: emacs-tldr: Update to 0-1.7203d1b.
85c3a49 is described below

commit 85c3a49a67b411734dd45d85303f86b8fdcd7ebb
Author: Arun Isaac <address@hidden>
AuthorDate: Thu Mar 5 15:53:33 2020 +0530

    gnu: emacs-tldr: Update to 0-1.7203d1b.
    
    * gnu/packages/emacs-xyz.scm (emacs-tldr): Update to 0-1.7203d1b.
    [propagated-inputs]: Add emacs-request.
---
 gnu/packages/emacs-xyz.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5eb73c8..19c4ed7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17258,10 +17258,10 @@ leader key in vim), and much more.")
       (license license:gpl3+))))
 
 (define-public emacs-tldr
-  (let ((commit "398b197c8d2238628b07e1b32d0f373876279f4c"))
+  (let ((commit "7203d1be3dcbf12131846ffe06601933fa874d74"))
     (package
       (name "emacs-tldr")
-      (version (git-version "0" "0" commit))
+      (version (git-version "0" "1" commit))
       (home-page "https://github.com/kuanyui/tldr.el";)
       (source (origin
                 (method git-fetch)
@@ -17270,9 +17270,11 @@ leader key in vim), and much more.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "0iq7qlis6c6r2qkdpncrhh5vsihkhvy5x4y1y8cjb7zxkh62w33f"))
+                  "1bw6la463l2yfm7rp76ga4makfy4kpxgwi7ni5gxk31w11g26ryk"))
                 (file-name (git-file-name name version))))
       (build-system emacs-build-system)
+      (propagated-inputs
+       `(("emacs-request" ,emacs-request)))
       (synopsis "Simplified and community-driven man pages for Emacs")
       (description "@code{emacs-tldr} allows the user to access tldr pages
 from within emacs.  The @code{tldr} pages are a community effort to simplify



reply via email to

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