3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-mood-line: Update to 2.1.0.

* gnu/packages/emacs-xyz.scm (emacs-mood-line): Update to 2.1.0.
This commit is contained in:
Nicolas Goaziou 2022-12-30 10:32:26 +01:00
parent 6df0f59f31
commit 3ae2124917
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -30955,7 +30955,7 @@ icon support, git integration, and several other utilities.")
(define-public emacs-mood-line
(package
(name "emacs-mood-line")
(version "2.0.0")
(version "2.1.0")
(source
(origin
(method git-fetch)
@ -30964,7 +30964,7 @@ icon support, git integration, and several other utilities.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0g29di2g8w8639z8d73kq9x2p8krzmjfn1bqd5jsv28v77j80k8h"))))
(base32 "1j2fjsqbv2f7m1hrrb18gl4cj4kn749xkvpm2p82d7rh4a37q2pr"))))
(build-system emacs-build-system)
(home-page "https://gitlab.com/jessieh/mood-line")
(synopsis "Minimal mode-line for Emacs")