mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: emacs-doom-modeline: Update to 3.1.1.
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.1.1.
This commit is contained in:
parent
d936eee8bc
commit
23fb3fa280
1 changed files with 2 additions and 2 deletions
|
@ -25673,7 +25673,7 @@ (define-public emacs-telega-contrib
|
|||
(define-public emacs-doom-modeline
|
||||
(package
|
||||
(name "emacs-doom-modeline")
|
||||
(version "3.0.0")
|
||||
(version "3.1.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -25681,7 +25681,7 @@ (define-public emacs-doom-modeline
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"08m75rl5i812pa87zcsjvb4mm3jjhpwzgx9mf2m7sxj807airz5d"))
|
||||
"1dkgh87sv25mdlzdfihp6gp0asvwplx9yrn7nfsqzsfc3kpajkck"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue