mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
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.
This commit is contained in:
parent
6bf3f3ff0a
commit
294da2645a
1 changed files with 3 additions and 3 deletions
|
@ -1582,7 +1582,7 @@ (define-public emacs-fzf
|
|||
(define-public emacs-minions
|
||||
(package
|
||||
(name "emacs-minions")
|
||||
(version "0.3.7")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1591,10 +1591,10 @@ (define-public emacs-minions
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1bzxxs8mxaihpjkbxgynhsi39lbbnij28grdc3sk9sq09j9752vw"))))
|
||||
(base32 "0ralw9znj749ii046l0dfa3aacm05g1ix59rfsjafhky8fiwz37m"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash))
|
||||
(list emacs-compat emacs-dash))
|
||||
(home-page "https://github.com/tarsius/minions")
|
||||
(synopsis "Minor-mode menu for the mode line")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue