gnu: emacs-amx: Update to 3.3.

* gnu/packages/emacs-xyz.scm (emacs-amx): Update to 3.3.
[synopsis]: Improve wording.
This commit is contained in:
Nicolas Goaziou 2020-03-04 14:37:03 +01:00
parent d46f9f833b
commit f19d0b1b3f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17844,25 +17844,26 @@ Later you can insert it into an Org buffer using the command
(define-public emacs-amx (define-public emacs-amx
(package (package
(name "emacs-amx") (name "emacs-amx")
(version "3.2") (version "3.3")
(source (origin (source
(method git-fetch) (origin
(uri (git-reference (method git-fetch)
(url "https://github.com/DarwinAwardWinner/amx") (uri (git-reference
(commit (string-append "v" version)))) (url "https://github.com/DarwinAwardWinner/amx")
(file-name (git-file-name name version)) (commit (string-append "v" version))))
(sha256 (file-name (git-file-name name version))
(base32 (sha256
"0bb8y1dmzyqkrb4mg6zndcsxppby3glridv2aap2pv05gv8kx7mj")))) (base32 "0ikjzs119g57cwh2v3jmy63lggqc0ib99q5gsl93slkk4y2ihavw"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs `(("emacs-s" ,emacs-s))) (propagated-inputs
`(("emacs-s" ,emacs-s)))
(home-page "https://github.com/DarwinAwardWinner/amx") (home-page "https://github.com/DarwinAwardWinner/amx")
(synopsis "Alternative interface for M-x") (synopsis "Alternative M-x interface for Emacs")
(description "Amx is an alternative interface for M-x in Emacs. It (description "Amx is an alternative interface for M-x in Emacs. It
provides several enhancements over the ordinary provides several enhancements over the ordinary
@code{execute-extended-command}, such as prioritizing your most-used commands @code{execute-extended-command}, such as prioritizing your most-used commands
in the completion list and showing keyboard shortcuts, and it supports several in the completion list and showing keyboard shortcuts, and it supports several
completion systems for selecting commands, such as ido and ivy.") completion systems for selecting commands, such as Ido and Ivy.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-lorem-ipsum (define-public emacs-lorem-ipsum