mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-leaf: Update to 4.2.5.
* gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.2.5. [source]: Switch to GNU ELPA URL.
This commit is contained in:
parent
1d763933b8
commit
3328e36438
1 changed files with 6 additions and 15 deletions
|
@ -10048,26 +10048,17 @@ (define-public emacs-use-package
|
||||||
(define-public emacs-leaf
|
(define-public emacs-leaf
|
||||||
(package
|
(package
|
||||||
(name "emacs-leaf")
|
(name "emacs-leaf")
|
||||||
(version "3.5.0")
|
(version "4.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method url-fetch)
|
||||||
(uri (git-reference
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
(url "https://github.com/conao3/leaf.el.git")
|
"leaf-" version ".tar"))
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0y78mp4c2gcwp7dc87wlx3r4hfmap14vvx8gkjc9nkf99qavpnkw"))))
|
||||||
"1rgd59146wad92yc64las0qgx67k2ifgsw1vwhp40xvkd7kb0r6d"))))
|
|
||||||
(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")
|
||||||
(arguments
|
(synopsis "Simplify your init.el configuration, extended use-package")
|
||||||
`(#:tests? #t
|
|
||||||
#:test-command '("emacs" "--batch"
|
|
||||||
"-l" "leaf-tests.el"
|
|
||||||
"-f" "cort-test-run")))
|
|
||||||
(synopsis
|
|
||||||
"Simplify your init.el configuration, extended use-package")
|
|
||||||
(description
|
(description
|
||||||
"This package provides macros that allows you to declaratively configure
|
"This package provides macros that allows you to declaratively configure
|
||||||
settings typical of an Elisp package with various keywords. The syntax is
|
settings typical of an Elisp package with various keywords. The syntax is
|
||||||
|
|
Loading…
Reference in a new issue