Archived
1
0
Fork 0

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:
Cayetano Santos 2023-08-07 14:11:03 +02:00 committed by Hilton Chain
parent 28fdf6cc16
commit 5476f79e41
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -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