mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: emacs-doom-modeline: Update to 4.1.0.
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 4.1.0. Change-Id: Ib59db5822f138f6b82d72a6a817eb5aa2fd1e9c3
This commit is contained in:
parent
49dddbcf5f
commit
84ceeab04a
1 changed files with 2 additions and 2 deletions
|
@ -34711,7 +34711,7 @@ (define-public emacs-telega-contrib
|
|||
(define-public emacs-doom-modeline
|
||||
(package
|
||||
(name "emacs-doom-modeline")
|
||||
(version "4.0.1")
|
||||
(version "4.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -34719,7 +34719,7 @@ (define-public emacs-doom-modeline
|
|||
(url "https://github.com/seagle0128/doom-modeline")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "0pwfmj01cqij84dig5qj86n7f4cva5mdjqahr0061byrlv9xrpzb"))
|
||||
(base32 "0l7yyn8yxyxbsjbs52bp9wh66wdj828scb1gjbi6pk1hrx5x8g9v"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue