me
/
guix
Archived
1
0
Fork 0

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
master
Nicolas Goaziou 2024-02-22 13:27:12 +01:00
parent 49dddbcf5f
commit 84ceeab04a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -34711,7 +34711,7 @@ contributed packages to Telega.")))
(define-public emacs-doom-modeline (define-public emacs-doom-modeline
(package (package
(name "emacs-doom-modeline") (name "emacs-doom-modeline")
(version "4.0.1") (version "4.1.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -34719,7 +34719,7 @@ contributed packages to Telega.")))
(url "https://github.com/seagle0128/doom-modeline") (url "https://github.com/seagle0128/doom-modeline")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "0pwfmj01cqij84dig5qj86n7f4cva5mdjqahr0061byrlv9xrpzb")) (base32 "0l7yyn8yxyxbsjbs52bp9wh66wdj828scb1gjbi6pk1hrx5x8g9v"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments