mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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.2.0")
|
(version "3.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -34347,7 +34347,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 "1z50vr3ymn466z26qh0ybbm8aaizl5ghi471a47cp8bnnn9y9dqg"))))
|
(base32 "19yh93kkyailczv1yyg7jhmzwl768sg0rk4as5kgqays87h9bnfn"))))
|
||||||
(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