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:
Nicolas Goaziou 2021-10-04 11:07:11 +02:00
parent 8cf8be646a
commit f3e8e58521
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")