mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
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.
This commit is contained in:
parent
6656123d26
commit
85c3a49a67
1 changed files with 5 additions and 3 deletions
|
@ -17258,10 +17258,10 @@ (define-public emacs-general
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-tldr
|
(define-public emacs-tldr
|
||||||
(let ((commit "398b197c8d2238628b07e1b32d0f373876279f4c"))
|
(let ((commit "7203d1be3dcbf12131846ffe06601933fa874d74"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-tldr")
|
(name "emacs-tldr")
|
||||||
(version (git-version "0" "0" commit))
|
(version (git-version "0" "1" commit))
|
||||||
(home-page "https://github.com/kuanyui/tldr.el")
|
(home-page "https://github.com/kuanyui/tldr.el")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17270,9 +17270,11 @@ (define-public emacs-tldr
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iq7qlis6c6r2qkdpncrhh5vsihkhvy5x4y1y8cjb7zxkh62w33f"))
|
"1bw6la463l2yfm7rp76ga4makfy4kpxgwi7ni5gxk31w11g26ryk"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("emacs-request" ,emacs-request)))
|
||||||
(synopsis "Simplified and community-driven man pages for Emacs")
|
(synopsis "Simplified and community-driven man pages for Emacs")
|
||||||
(description "@code{emacs-tldr} allows the user to access tldr pages
|
(description "@code{emacs-tldr} allows the user to access tldr pages
|
||||||
from within emacs. The @code{tldr} pages are a community effort to simplify
|
from within emacs. The @code{tldr} pages are a community effort to simplify
|
||||||
|
|
Loading…
Reference in a new issue