mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 03:20:04 +01:00
gnu: emacs-rich-minority: Update to 1.0.3.
* gnu/packages/emacs-xyz.scm (emacs-rich-minority): Update to 1.0.3.
This commit is contained in:
parent
44e7222bf7
commit
1bd94e3a65
1 changed files with 3 additions and 2 deletions
|
@ -3054,7 +3054,7 @@ their original location with another.")
|
|||
(define-public emacs-rich-minority
|
||||
(package
|
||||
(name "emacs-rich-minority")
|
||||
(version "1.0.1")
|
||||
(version "1.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3063,7 +3063,8 @@ their original location with another.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "11hwf9y5ax207w6rwrsmi3pmn7pn7ap6iys0z8hni2f5zzxjrmx3"))))
|
||||
(base32
|
||||
"1kn7c9qr9ykj68iqffzzmjsr6aazwac8cxb7j960sjb282rq0yyj"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/Malabarba/rich-minority")
|
||||
(synopsis "Clean-up and beautify the list of minor modes")
|
||||
|
|
Loading…
Add table
Reference in a new issue