mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-doom-modeline: Update to 3.4.0.
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.4.0.
This commit is contained in:
parent
4c88e73786
commit
85f56611da
1 changed files with 2 additions and 2 deletions
|
@ -32597,7 +32597,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 "3.3.2")
|
(version "3.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -32605,7 +32605,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 "1v24hiqs4zbq613vanixgng9cx697di63jpafpmjlsripjfvk1qp"))
|
(base32 "1z5cqn33v7sjihs05ycz1yzi5wcg90yn3cy09qj9g5g8pjs8qdki"))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue