mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: emacs-leaf: Update to 4.5.5.
* gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.5.5.
This commit is contained in:
parent
41e3946b99
commit
4c2df34c41
1 changed files with 2 additions and 2 deletions
|
@ -13427,14 +13427,14 @@ (define-public emacs-use-package
|
|||
(define-public emacs-leaf
|
||||
(package
|
||||
(name "emacs-leaf")
|
||||
(version "4.5.2")
|
||||
(version "4.5.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"leaf-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0i90shhhkpdcwmfi8zv0008qgmg4g3cqd2yvpycfv9n2axvhag54"))))
|
||||
(base32 "1rdbrf84ijapiqhq72gy8r5xgk54sf0jy31pgd3w4rl1wywh5cas"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/conao3/leaf.el")
|
||||
(synopsis "Simplify your init.el configuration, extended use-package")
|
||||
|
|
Loading…
Reference in a new issue