1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: emacs-leaf: Update to 4.5.2.

* gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.5.2.
This commit is contained in:
Nicolas Goaziou 2021-06-24 15:46:50 +02:00
parent 8a40a964e0
commit 81ab5377c5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13022,14 +13022,14 @@ performance-oriented and tidy.")
(define-public emacs-leaf (define-public emacs-leaf
(package (package
(name "emacs-leaf") (name "emacs-leaf")
(version "4.4.8") (version "4.5.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 "0h0ksmgrhn29ci6z8y54dbbzcqlvfs1ra0kmf226gz0dqzk45vb3")))) (base32 "0i90shhhkpdcwmfi8zv0008qgmg4g3cqd2yvpycfv9n2axvhag54"))))
(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")