mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: emacs-delight: Update to 1.7.
* gnu/packages/emacs-xyz.scm (emacs-delight): Update to 1.7.
This commit is contained in:
parent
c9d9392682
commit
455933c605
1 changed files with 2 additions and 2 deletions
|
@ -23003,14 +23003,14 @@ (define-public emacs-mwim
|
|||
(define-public emacs-delight
|
||||
(package
|
||||
(name "emacs-delight")
|
||||
(version "1.5")
|
||||
(version "1.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"delight-" version ".el"))
|
||||
(sha256
|
||||
(base32 "0kzlvzwmn6zj0874086q2xw0pclyi7wlkq48zh2lkd2796xm8vw7"))))
|
||||
(base32 "0pihsghrf9xnd1kqlq48qmjcmp5ra95wwwgrb3l8m1wagmmc0bi1"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.gnu.org/packages/delight.html")
|
||||
(synopsis "Dimmer switch for your mode-line lighter text")
|
||||
|
|
Loading…
Reference in a new issue