me
/
guix
Archived
1
0
Fork 0

gnu: emacs-minions: Update to 1.0.0.

* gnu/packages/emacs-xyz.scm (emacs-minions): Update to 1.0.0.
[propagated-inputs]: Add EMACS-COMPAT.
master
Nicolas Goaziou 2023-05-21 14:21:19 +02:00
parent 6bf3f3ff0a
commit 294da2645a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -1582,7 +1582,7 @@ purpose finder.")
(define-public emacs-minions (define-public emacs-minions
(package (package
(name "emacs-minions") (name "emacs-minions")
(version "0.3.7") (version "1.0.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1591,10 +1591,10 @@ purpose finder.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1bzxxs8mxaihpjkbxgynhsi39lbbnij28grdc3sk9sq09j9752vw")))) (base32 "0ralw9znj749ii046l0dfa3aacm05g1ix59rfsjafhky8fiwz37m"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-dash)) (list emacs-compat emacs-dash))
(home-page "https://github.com/tarsius/minions") (home-page "https://github.com/tarsius/minions")
(synopsis "Minor-mode menu for the mode line") (synopsis "Minor-mode menu for the mode line")
(description (description