gnu: emacs-helpful: Update to 0.21.
* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.21. Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
28fdf6cc16
commit
5476f79e41
1 changed files with 24 additions and 26 deletions
|
@ -24410,31 +24410,29 @@ downloading manager for Emacs.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-helpful
|
(define-public emacs-helpful
|
||||||
(let ((commit "1c98f6f06a85def5d34c735f8cd407f20cebddf9")
|
(package
|
||||||
(revision "1"))
|
(name "emacs-helpful")
|
||||||
(package
|
(version "0.21")
|
||||||
(name "emacs-helpful")
|
(source
|
||||||
(version (git-version "0.19" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/Wilfred/helpful")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://github.com/Wilfred/helpful")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "03afgdbs5nmhw833svrqky7fmfs1zlvqzcj7j5g29sakivs60xqc"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32 "18b5hjfji51zxjrxhkklxx3j9svk295awmxv8n95mp8ilas2kd3l"))))
|
(propagated-inputs
|
||||||
(build-system emacs-build-system)
|
(list emacs-dash emacs-elisp-refs emacs-f emacs-s))
|
||||||
(propagated-inputs
|
(native-inputs
|
||||||
(list emacs-dash emacs-elisp-refs emacs-f emacs-s))
|
(list emacs-ert-runner emacs-undercover))
|
||||||
(native-inputs
|
(arguments
|
||||||
(list emacs-ert-runner emacs-undercover))
|
`(#:tests? #t
|
||||||
(arguments
|
#:test-command '("ert-runner")))
|
||||||
`(#:tests? #t
|
(home-page "https://github.com/Wilfred/helpful")
|
||||||
#:test-command '("ert-runner")))
|
(synopsis "More contextual information in Emacs help")
|
||||||
(home-page "https://github.com/Wilfred/helpful")
|
(description "@code{helpful} is an alternative to the built-in Emacs help
|
||||||
(synopsis "More contextual information in Emacs help")
|
|
||||||
(description "@code{helpful} is an alternative to the built-in Emacs help
|
|
||||||
that provides much more contextual information.
|
that provides much more contextual information.
|
||||||
|
|
||||||
@itemize
|
@itemize
|
||||||
|
@ -24453,7 +24451,7 @@ functions.
|
||||||
@item Trace, disassemble functions from inside Helpful. This is discoverable
|
@item Trace, disassemble functions from inside Helpful. This is discoverable
|
||||||
and doesn't require memorisation of commands.
|
and doesn't require memorisation of commands.
|
||||||
@end itemize\n")
|
@end itemize\n")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-logview
|
(define-public emacs-logview
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue