me
/
guix
Archived
1
0
Fork 0

gnu: emacs-benchmark-init: Update to 1.1.

* gnu/packages/emacs-xyz.scm (emacs-benchmark-init): Update to 1.1.
master
Nicolas Goaziou 2023-01-07 00:33:20 +01:00
parent cce9ff2d5a
commit 5b057c1983
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 17 additions and 19 deletions

View File

@ -22593,26 +22593,24 @@ functions.")
(license license:gpl3+)))
(define-public emacs-benchmark-init
(let ((commit "02435560415bbadbcf5051fb7042880549170e7e")
(revision "1"))
(package
(name "emacs-benchmark-init")
(version (git-version "1.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/dholm/benchmark-init-el")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "19375vamhld4xm2qrdmhlp2nczfvalmz9x6ahl23zwkilr8n1nbw"))))
(build-system emacs-build-system)
(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
(package
(name "emacs-benchmark-init")
(version "1.1")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/dholm/benchmark-init-el")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "19375vamhld4xm2qrdmhlp2nczfvalmz9x6ahl23zwkilr8n1nbw"))))
(build-system emacs-build-system)
(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.")
(license license:gpl3+))))
(license license:gpl3+)))
(define-public emacs-magit-gerrit
(package