gnu: emacs-benchmark-init: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-benchmark-init): Update to 1.1.master
parent
cce9ff2d5a
commit
5b057c1983
|
@ -22593,26 +22593,24 @@ functions.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-benchmark-init
|
(define-public emacs-benchmark-init
|
||||||
(let ((commit "02435560415bbadbcf5051fb7042880549170e7e")
|
(package
|
||||||
(revision "1"))
|
(name "emacs-benchmark-init")
|
||||||
(package
|
(version "1.1")
|
||||||
(name "emacs-benchmark-init")
|
(source
|
||||||
(version (git-version "1.0" revision commit))
|
(origin
|
||||||
(source
|
(method git-fetch)
|
||||||
(origin
|
(uri (git-reference
|
||||||
(method git-fetch)
|
(url "https://github.com/dholm/benchmark-init-el")
|
||||||
(uri (git-reference
|
(commit version)))
|
||||||
(url "https://github.com/dholm/benchmark-init-el")
|
(file-name (git-file-name name version))
|
||||||
(commit commit)))
|
(sha256
|
||||||
(file-name (git-file-name name version))
|
(base32 "19375vamhld4xm2qrdmhlp2nczfvalmz9x6ahl23zwkilr8n1nbw"))))
|
||||||
(sha256
|
(build-system emacs-build-system)
|
||||||
(base32 "19375vamhld4xm2qrdmhlp2nczfvalmz9x6ahl23zwkilr8n1nbw"))))
|
(home-page "https://github.com/dholm/benchmark-init-el")
|
||||||
(build-system emacs-build-system)
|
(synopsis "Benchmark Emacs @code{require} and @code{load} calls")
|
||||||
(home-page "https://github.com/dholm/benchmark-init-el")
|
(description "@code{benchmark-init} provides a way to keep track of where
|
||||||
(synopsis "Benchmark Emacs @code{require} and @code{load} calls")
|
|
||||||
(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 New Issue