me
/
guix
Archived
1
0
Fork 0

gnu: emacs-leaf: Update to 4.4.8.

* gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.4.8.
master
Nicolas Goaziou 2021-06-05 15:52:52 +02:00
parent 11f18341db
commit fb41cc6c41
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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