me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-mood-line): Update to 2.1.0.
master
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
1 changed files with 2 additions and 2 deletions

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