gnu: emacs-which-key: Update to 3.6.1.

* gnu/packages/emacs-xyz.scm (emacs-which-key): Update to 3.6.1.
[source]: Set upstream to GNU ELPA.  Old GitHub repository is now archived
since the package will be bundled in Emacs 30+.
[arguments]: Do not run tests, which are not present in ELPA.

Change-Id: I803a537a236621c836c8c20ceb5c341f41080efc
This commit is contained in:
Nicolas Goaziou 2024-07-21 16:24:46 +02:00
parent a0deadace0
commit 2ec3505a03
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -21082,24 +21082,17 @@ as a modern file manager.")
(define-public emacs-which-key (define-public emacs-which-key
(package (package
(name "emacs-which-key") (name "emacs-which-key")
(version "3.6.0") (version "3.6.1")
(source (source
(origin (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (string-append "https://elpa.gnu.org/packages/which-key-" version
(url "https://github.com/justbur/emacs-which-key") ".tar"))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 "0ph5mrzz3r7x4dmy93v6affl4jznvic97a30mrs3kvhwyr2v4mby")))) (base32 "0p1vl7dnd7nsvzgsff19px9yzcw4w07qb5sb8g9r8a8slgvf3vqh"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (home-page "https://elpa.gnu.org/packages/which-key.html")
`(#:tests? #t (synopsis "Display available keybindings in popup")
#:test-command '("emacs" "--batch"
"-l" "which-key-tests.el"
"-f" "ert-run-tests-batch-and-exit")))
(home-page "https://github.com/justbur/emacs-which-key")
(synopsis "Display available key bindings in popup")
(description (description
"@code{emacs-which-key} is a minor mode for Emacs that displays the key "@code{emacs-which-key} is a minor mode for Emacs that displays the key
bindings following your currently entered incomplete command (a prefix) in a bindings following your currently entered incomplete command (a prefix) in a