gnu: emacs-general: Update to 0.1-0.a48768f.

* gnu/packages/emacs-xyz.scm (emacs-general): Update to 0.1-0.a48768f.
[native-inputs]: Remove emacs-use-package and emacs-which-key.

Merges guix/guix!5419

Change-Id: Ia3737288ac8aacfeef5ad8fb2e36b773b809ae90
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Modified-by: Cayetano Santos <csantosb@inventati.org>
This commit is contained in:
Sergey Trofimov 2026-01-06 17:21:23 +01:00 committed by Cayetano Santos
parent 147bcc9716
commit 024ad78ab4
No known key found for this signature in database
GPG key ID: BF5CDF4DF6BF6682

View file

@ -35308,11 +35308,11 @@ advice to be recorded and displayed.")
(license license:gpl3+)))
(define-public emacs-general
(let ((commit "a0b17d207badf462311b2eef7c065b884462cb7c")
(revision "4"))
(let ((commit "a48768f85a655fe77b5f45c2880b420da1b1b9c3")
(revision "0"))
(package
(name "emacs-general")
(version (git-version "0" revision commit))
(version (git-version "0.1" revision commit))
(source
(origin
(method git-fetch)
@ -35320,11 +35320,11 @@ advice to be recorded and displayed.")
(url "https://github.com/noctuid/general.el")
(commit commit)))
(sha256
(base32 "0wn5rk3gkimdklip392mnjrmkymgrb7q9skifi03cbpjam1anzvv"))
(base32 "19k82p8pwyh3krq8i6l6calwy9wddqklj1klkdyawgh5ar230vb2"))
(file-name (git-file-name name version))))
(build-system emacs-build-system)
(native-inputs
(list emacs-buttercup emacs-evil emacs-which-key emacs-use-package))
(list emacs-buttercup emacs-evil))
(arguments
`(#:test-command '("buttercup" "-L" "test/test-general.el")))
(home-page "https://github.com/noctuid/general.el")