me
/
guix
Archived
1
0
Fork 0

gnu: emacs-leaf: Update to 4.4.0.

* gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.4.0.
master
Nicolas Goaziou 2021-03-16 14:10:17 +01:00
parent c954f795f9
commit 2724f1b231
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -12118,14 +12118,14 @@ performance-oriented and tidy.")
(define-public emacs-leaf (define-public emacs-leaf
(package (package
(name "emacs-leaf") (name "emacs-leaf")
(version "4.3.2") (version "4.4.0")
(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 "190sfnnii9jnj8amjkdabd8w9k2xyalhg4h488a5gzjxdzz2s6zi")))) (base32 "0wgf3ksrk6b77fvy3sr9hqazq0snbvqyrrql6v1hryqjfq5nwfx7"))))
(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")