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