gnu: emacs-benchmark-init: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-benchmark-init): Update to 1.1.
This commit is contained in:
parent
cce9ff2d5a
commit
5b057c1983
1 changed files with 17 additions and 19 deletions
|
@ -22593,17 +22593,15 @@ functions.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-benchmark-init
|
(define-public emacs-benchmark-init
|
||||||
(let ((commit "02435560415bbadbcf5051fb7042880549170e7e")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-benchmark-init")
|
(name "emacs-benchmark-init")
|
||||||
(version (git-version "1.0" revision commit))
|
(version "1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/dholm/benchmark-init-el")
|
(url "https://github.com/dholm/benchmark-init-el")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19375vamhld4xm2qrdmhlp2nczfvalmz9x6ahl23zwkilr8n1nbw"))))
|
(base32 "19375vamhld4xm2qrdmhlp2nczfvalmz9x6ahl23zwkilr8n1nbw"))))
|
||||||
|
@ -22612,7 +22610,7 @@ functions.")
|
||||||
(synopsis "Benchmark Emacs @code{require} and @code{load} calls")
|
(synopsis "Benchmark Emacs @code{require} and @code{load} calls")
|
||||||
(description "@code{benchmark-init} provides a way to keep track of where
|
(description "@code{benchmark-init} provides a way to keep track of where
|
||||||
time is being spent during Emacs startup in order to optimize startup time.")
|
time is being spent during Emacs startup in order to optimize startup time.")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-magit-gerrit
|
(define-public emacs-magit-gerrit
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue