mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 22:36:50 +01:00
gnu: emacs-mood-line: Update to 1.2.5.
* gnu/packages/emacs-xyz.scm (emacs-mood-line): Update to 1.2.5.
This commit is contained in:
parent
8cf8be646a
commit
f3e8e58521
1 changed files with 2 additions and 2 deletions
|
@ -26852,7 +26852,7 @@ (define-public emacs-doom-modeline
|
|||
(define-public emacs-mood-line
|
||||
(package
|
||||
(name "emacs-mood-line")
|
||||
(version "1.2.4")
|
||||
(version "1.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -26861,7 +26861,7 @@ (define-public emacs-mood-line
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0fh9j9fkgl433nykfzjnzap5labi4sdndfk1nv4f904ij69pmvxb"))))
|
||||
(base32 "0z6s80j259xf8nxjxcsmp7wyvpcg5wyx58brlrbwg1aa9hl3fxga"))))
|
||||
(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