[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
187/203: gnu: emacs-benchmark-init: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
187/203: gnu: emacs-benchmark-init: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:46 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8d7f5c55a7bb67162f6dac64ed8948f939f27f0e
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:39:17 2019 +0200
gnu: emacs-benchmark-init: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-benchmark-init)[source]: Use GIT-FETCH
and
GIT-FILE-NAME.
---
gnu/packages/emacs-xyz.scm | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 338b970..6577cb7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10574,15 +10574,15 @@ functions.")
(package
(name "emacs-benchmark-init")
(version "1.0")
- (source (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/dholm/benchmark-init-el/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32
- "0szyqr4nncwz4vd5gww1vz31kf9r2lx25p4d0d09pm35974x53kz"))))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dholm/benchmark-init-el.git")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1kyn1izm5sbqbp9whnhk9dn3yc7zy8bz5san5w3ivi3rpx15fh94"))))
(build-system emacs-build-system)
(home-page "https://github.com/dholm/benchmark-init-el")
(synopsis "Benchmark Emacs @code{require} and @code{load} calls")
- 140/203: gnu: emacs-request: Use GIT-FILE-NAME., (continued)
- 140/203: gnu: emacs-request: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 156/203: gnu: emacs-makey: Don't use unstable tarball., guix-commits, 2019/04/10
- 161/203: gnu: emacs-move-text: Don't use unstable tarball., guix-commits, 2019/04/10
- 165/203: gnu: emacs-npm-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 166/203: gnu: emacs-loop: Don't use unstable tarball., guix-commits, 2019/04/10
- 167/203: gnu: emacs-ws-butler: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 179/203: gnu: emacs-dired-hacks: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 176/203: gnu: emacs-helm-c-yasnippet: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 172/203: gnu: emacs-beginend: Don't use unstable tarball., guix-commits, 2019/04/10
- 186/203: gnu: emacs-strace-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 187/203: gnu: emacs-benchmark-init: Don't use unstable tarball.,
guix-commits <=
- 195/203: gnu: emacs-dashboard: Don't use unstable tarball., guix-commits, 2019/04/10
- 196/203: gnu: emacs-slime-company: Don't use unstable tarball., guix-commits, 2019/04/10
- 202/203: gnu: emacs-helm-mu: Don't use unstable tarball., guix-commits, 2019/04/10
- 149/203: gnu: emacs-helm-bibtex: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 154/203: gnu: emacs-ibuffer-projectile: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 164/203: gnu: emacs-highlight-stages: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 68/203: gnu: emacs-slime: Don't use unstable tarball., guix-commits, 2019/04/10
- 139/203: gnu: emacs-god-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 141/203: gnu: emacs-el-x: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 145/203: gnu: emacs-helm-make: Use GIT-FILE-NAME., guix-commits, 2019/04/10