[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: emacs-benchmark-init: Update to 1.1.
From: |
guix-commits |
Subject: |
01/09: gnu: emacs-benchmark-init: Update to 1.1. |
Date: |
Fri, 6 Jan 2023 18:51:06 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 5b057c19831dc9f8035e006a9125c12ca47b82fd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 7 00:33:20 2023 +0100
gnu: emacs-benchmark-init: Update to 1.1.
* gnu/packages/emacs-xyz.scm (emacs-benchmark-init): Update to 1.1.
---
gnu/packages/emacs-xyz.scm | 36 +++++++++++++++++-------------------
1 file changed, 17 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b5c2c011db..7a6407ce47 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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
- branch master updated (cce9ff2d5a -> d16edd03cf), guix-commits, 2023/01/06
- 01/09: gnu: emacs-benchmark-init: Update to 1.1.,
guix-commits <=
- 03/09: gnu: emacs-consult: Update to 0.31., guix-commits, 2023/01/06
- 05/09: gnu: emacs-pyim-basedict: Install pyim-basedict.pyim file., guix-commits, 2023/01/06
- 06/09: gnu: Add emacs-cal-china-x., guix-commits, 2023/01/06
- 07/09: gnu: Add emacs-ebdb-i18n-chn., guix-commits, 2023/01/06
- 02/09: gnu: emacs-compat: Update to 29.1.0.1., guix-commits, 2023/01/06
- 09/09: gnu: emacs-company-posframe: Update to 0.7.0., guix-commits, 2023/01/06
- 04/09: gnu: emacs-inspector: Update to 0.10., guix-commits, 2023/01/06
- 08/09: gnu: Add emacs-citre., guix-commits, 2023/01/06