gnu: emacs-benchmark-init: Update to 1.0-0243556.
* gnu/packages/emacs-xyz.scm (emacs-benchmark-init): Update to 1.0-0243556. Fixes build on emacs 28. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7115a075f3
commit
4b99360b8b
1 changed files with 19 additions and 17 deletions
|
@ -20230,24 +20230,26 @@ functions.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-benchmark-init
|
(define-public emacs-benchmark-init
|
||||||
(package
|
(let ((commit "02435560415bbadbcf5051fb7042880549170e7e")
|
||||||
(name "emacs-benchmark-init")
|
(revision "1"))
|
||||||
(version "1.0")
|
(package
|
||||||
(source
|
(name "emacs-benchmark-init")
|
||||||
(origin
|
(version (git-version "1.0" revision commit))
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
(url "https://github.com/dholm/benchmark-init-el")
|
(method git-fetch)
|
||||||
(commit version)))
|
(uri (git-reference
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/dholm/benchmark-init-el")
|
||||||
(sha256
|
(commit commit)))
|
||||||
(base32 "1kyn1izm5sbqbp9whnhk9dn3yc7zy8bz5san5w3ivi3rpx15fh94"))))
|
(file-name (git-file-name name version))
|
||||||
(build-system emacs-build-system)
|
(sha256
|
||||||
(home-page "https://github.com/dholm/benchmark-init-el")
|
(base32 "19375vamhld4xm2qrdmhlp2nczfvalmz9x6ahl23zwkilr8n1nbw"))))
|
||||||
(synopsis "Benchmark Emacs @code{require} and @code{load} calls")
|
(build-system emacs-build-system)
|
||||||
(description "@code{benchmark-init} provides a way to keep track of where
|
(home-page "https://github.com/dholm/benchmark-init-el")
|
||||||
|
(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 a new issue