mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-mood-line: Update to 3.1.1.
* gnu/packages/emacs-xyz.scm (emacs-mood-line): Update to 3.1.1. Change-Id: I3511f594fb499722bf2f22581e5c151d920552f0
This commit is contained in:
parent
7ce1c8aecb
commit
791bd4ca89
1 changed files with 2 additions and 2 deletions
|
@ -34338,7 +34338,7 @@ (define-public emacs-doom-modeline
|
|||
(define-public emacs-mood-line
|
||||
(package
|
||||
(name "emacs-mood-line")
|
||||
(version "2.2.0")
|
||||
(version "3.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -34347,7 +34347,7 @@ (define-public emacs-mood-line
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1z50vr3ymn466z26qh0ybbm8aaizl5ghi471a47cp8bnnn9y9dqg"))))
|
||||
(base32 "19yh93kkyailczv1yyg7jhmzwl768sg0rk4as5kgqays87h9bnfn"))))
|
||||
(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