mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-smart-mode-line: Update to 2.14.
* gnu/packages/emacs-xyz.scm (emacs-smart-mode-line): Update to 2.14.
This commit is contained in:
parent
5c377ba47f
commit
68ef672b3e
1 changed files with 2 additions and 2 deletions
|
@ -5358,7 +5358,7 @@ (define-public emacs-mode-line-idle
|
|||
(define-public emacs-smart-mode-line
|
||||
(package
|
||||
(name "emacs-smart-mode-line")
|
||||
(version "2.13")
|
||||
(version "2.14")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5367,7 +5367,7 @@ (define-public emacs-smart-mode-line
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "164b697xm1rwcggv37dymhf3npbyh2bs59z8b6m5x35lb4c3lf8b"))))
|
||||
(base32 "1h5w5lrgrmhpaqwppg5msylh7z78mvwy9mm8xiiv8w4wxvncxxl2"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-rich-minority" ,emacs-rich-minority)))
|
||||
|
|
Loading…
Reference in a new issue