Archived
1
0
Fork 0

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 (define-public emacs-leaf
(package (package
(name "emacs-leaf") (name "emacs-leaf")
(version "4.2.5") (version "4.3.2")
(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/"
"leaf-" version ".tar")) "leaf-" version ".tar"))
(sha256 (sha256
(base32 "0y78mp4c2gcwp7dc87wlx3r4hfmap14vvx8gkjc9nkf99qavpnkw")))) (base32 "190sfnnii9jnj8amjkdabd8w9k2xyalhg4h488a5gzjxdzz2s6zi"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/conao3/leaf.el") (home-page "https://github.com/conao3/leaf.el")
(synopsis "Simplify your init.el configuration, extended use-package") (synopsis "Simplify your init.el configuration, extended use-package")