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

* gnu/packages/emacs-xyz.scm (emacs-benchmark-init): Update to 1.2.

Change-Id: Ia35e007cf45e2f9177687975c03affee3d444745
This commit is contained in:
Nicolas Goaziou 2024-03-25 14:32:13 +01:00
parent 97396db10e
commit 46c0a8f84f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -25550,7 +25550,7 @@ functions.")
(define-public emacs-benchmark-init (define-public emacs-benchmark-init
(package (package
(name "emacs-benchmark-init") (name "emacs-benchmark-init")
(version "1.1") (version "1.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -25559,7 +25559,7 @@ functions.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "19375vamhld4xm2qrdmhlp2nczfvalmz9x6ahl23zwkilr8n1nbw")))) (base32 "1slw10mp9lkfy04qgv7ly76rww2rs3yijq6sjx4jwswd4b46bmsg"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/dholm/benchmark-init-el") (home-page "https://github.com/dholm/benchmark-init-el")
(synopsis "Benchmark Emacs @code{require} and @code{load} calls") (synopsis "Benchmark Emacs @code{require} and @code{load} calls")