gnu: emacs-leaf: Update to 4.3.2.

* gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.3.2.
This commit is contained in:
Nicolas Goaziou 2020-11-11 10:59:18 +01:00
parent c6843f1751
commit fbf1b56d83
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -11174,14 +11174,14 @@ performance-oriented and tidy.")
(define-public emacs-leaf
(package
(name "emacs-leaf")
(version "4.2.5")
(version "4.3.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"leaf-" version ".tar"))
(sha256
(base32 "0y78mp4c2gcwp7dc87wlx3r4hfmap14vvx8gkjc9nkf99qavpnkw"))))
(base32 "190sfnnii9jnj8amjkdabd8w9k2xyalhg4h488a5gzjxdzz2s6zi"))))
(build-system emacs-build-system)
(home-page "https://github.com/conao3/leaf.el")
(synopsis "Simplify your init.el configuration, extended use-package")