mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: emacs-smart-mode-line: Update to 2.13.
* gnu/packages/emacs-xyz.scm (emacs-smart-mode-line): Update to 2.13.
This commit is contained in:
parent
28123c01d1
commit
373546123e
1 changed files with 2 additions and 2 deletions
|
@ -2932,7 +2932,7 @@ (define-public emacs-rspec
|
|||
(define-public emacs-smart-mode-line
|
||||
(package
|
||||
(name "emacs-smart-mode-line")
|
||||
(version "2.12.0")
|
||||
(version "2.13")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -2941,7 +2941,7 @@ (define-public emacs-smart-mode-line
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1gs4ay9hdg8gmia4ir74qawk80pqwv99hp4yhy108kpfry5mrq6z"))))
|
||||
(base32 "164b697xm1rwcggv37dymhf3npbyh2bs59z8b6m5x35lb4c3lf8b"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-rich-minority" ,emacs-rich-minority)))
|
||||
|
|
Loading…
Reference in a new issue