mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
6df0f59f31
commit
3ae2124917
1 changed files with 2 additions and 2 deletions
|
@ -30955,7 +30955,7 @@ icon support, git integration, and several other utilities.")
|
||||||
(define-public emacs-mood-line
|
(define-public emacs-mood-line
|
||||||
(package
|
(package
|
||||||
(name "emacs-mood-line")
|
(name "emacs-mood-line")
|
||||||
(version "2.0.0")
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -30964,7 +30964,7 @@ icon support, git integration, and several other utilities.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0g29di2g8w8639z8d73kq9x2p8krzmjfn1bqd5jsv28v77j80k8h"))))
|
(base32 "1j2fjsqbv2f7m1hrrb18gl4cj4kn749xkvpm2p82d7rh4a37q2pr"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://gitlab.com/jessieh/mood-line")
|
(home-page "https://gitlab.com/jessieh/mood-line")
|
||||||
(synopsis "Minimal mode-line for Emacs")
|
(synopsis "Minimal mode-line for Emacs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue