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 @@ comment.")
|
||||||
(define-public emacs-delight
|
(define-public emacs-delight
|
||||||
(package
|
(package
|
||||||
(name "emacs-delight")
|
(name "emacs-delight")
|
||||||
(version "1.5")
|
(version "1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
"delight-" version ".el"))
|
"delight-" version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0kzlvzwmn6zj0874086q2xw0pclyi7wlkq48zh2lkd2796xm8vw7"))))
|
(base32 "0pihsghrf9xnd1kqlq48qmjcmp5ra95wwwgrb3l8m1wagmmc0bi1"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://elpa.gnu.org/packages/delight.html")
|
(home-page "https://elpa.gnu.org/packages/delight.html")
|
||||||
(synopsis "Dimmer switch for your mode-line lighter text")
|
(synopsis "Dimmer switch for your mode-line lighter text")
|
||||||
|
|
Reference in a new issue