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
parent
6bf3f3ff0a
commit
294da2645a
|
@ -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
|
||||||
|
|
Reference in New Issue