mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: emacs-mood-line: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-mood-line): Update to 2.2.0.
This commit is contained in:
parent
0269774387
commit
3c42e7a343
1 changed files with 2 additions and 2 deletions
|
@ -31412,7 +31412,7 @@ (define-public emacs-doom-modeline
|
|||
(define-public emacs-mood-line
|
||||
(package
|
||||
(name "emacs-mood-line")
|
||||
(version "2.1.0")
|
||||
(version "2.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -31421,7 +31421,7 @@ (define-public emacs-mood-line
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1j2fjsqbv2f7m1hrrb18gl4cj4kn749xkvpm2p82d7rh4a37q2pr"))))
|
||||
(base32 "1z50vr3ymn466z26qh0ybbm8aaizl5ghi471a47cp8bnnn9y9dqg"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://gitlab.com/jessieh/mood-line")
|
||||
(synopsis "Minimal mode-line for Emacs")
|
||||
|
|
Loading…
Reference in a new issue