mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-on: Update to 0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-on): Update to 0.2.0. [origin]: Update url. [home-page]: Same. Change-Id: I64b74f6978716a22d2042160eafd2fda077d34f9 Reviewed-by: bingshan Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
df3ab0bc6e
commit
922fe9b8f6
1 changed files with 20 additions and 20 deletions
|
@ -30272,27 +30272,27 @@ using user-provided rules.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-on
|
(define-public emacs-on
|
||||||
(let ((commit "83baed07a105c135190d49d7ec77f95e8f38fa54")
|
(package
|
||||||
(revision "0"))
|
(name "emacs-on")
|
||||||
(package
|
(version "0.2.0")
|
||||||
(name "emacs-on")
|
(source
|
||||||
(version (git-version "0.1.0" revision commit))
|
(origin
|
||||||
(source (origin
|
(method git-fetch)
|
||||||
(method git-fetch)
|
(uri (git-reference
|
||||||
(uri (git-reference
|
(url "https://gitlab.com/axgfn/on.el/")
|
||||||
(url "https://github.com/ajgrf/on.el")
|
(commit (string-append "v" version))))
|
||||||
(commit commit)))
|
(file-name (git-file-name name version))
|
||||||
(file-name (git-file-name name version))
|
(sha256
|
||||||
(sha256
|
(base32
|
||||||
(base32
|
"00ljs4zqz29iq942z2009dyhbydgw8p92mc34pz0pjdqw5885kn0"))))
|
||||||
"14ly3w89hf4jgd8wacirxgd8vrgj7vc0hpfn911w5wa4k2a6nzpp"))))
|
(build-system emacs-build-system)
|
||||||
(build-system emacs-build-system)
|
(arguments (list #:tests? #f)) ;no tests
|
||||||
(home-page "https://github.com/ajgrf/on.el")
|
(home-page "https://gitlab.com/axgfn/on.el/")
|
||||||
(synopsis "Hooks for faster Emacs startup")
|
(synopsis "Hooks for faster Emacs startup")
|
||||||
(description
|
(description
|
||||||
"This package exposes a number of utility hooks and functions ported
|
"This package exposes a number of utility hooks and functions ported
|
||||||
from Doom Emacs.")
|
from Doom Emacs.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public emacs-on-screen
|
(define-public emacs-on-screen
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue