M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +20 -20
@@ 30272,27 30272,27 @@ using user-provided rules.")
(license license:gpl3+)))
(define-public emacs-on
- (let ((commit "83baed07a105c135190d49d7ec77f95e8f38fa54")
- (revision "0"))
- (package
- (name "emacs-on")
- (version (git-version "0.1.0" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/ajgrf/on.el")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "14ly3w89hf4jgd8wacirxgd8vrgj7vc0hpfn911w5wa4k2a6nzpp"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/ajgrf/on.el")
- (synopsis "Hooks for faster Emacs startup")
- (description
- "This package exposes a number of utility hooks and functions ported
+ (package
+ (name "emacs-on")
+ (version "0.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/axgfn/on.el/")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "00ljs4zqz29iq942z2009dyhbydgw8p92mc34pz0pjdqw5885kn0"))))
+ (build-system emacs-build-system)
+ (arguments (list #:tests? #f)) ;no tests
+ (home-page "https://gitlab.com/axgfn/on.el/")
+ (synopsis "Hooks for faster Emacs startup")
+ (description
+ "This package exposes a number of utility hooks and functions ported
from Doom Emacs.")
- (license license:expat))))
+ (license license:expat)))
(define-public emacs-on-screen
(package