[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
169/203: gnu: emacs-edit-server: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
169/203: gnu: emacs-edit-server: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:42 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 006a1da8a6e1da8eefc4e57cf4eb21a0cff53e25
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:37:17 2019 +0200
gnu: emacs-edit-server: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-edit-server)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/emacs-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5dca5d1..c78125a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9809,13 +9809,13 @@ confused by comments or @code{foo-bar} matching
@code{foo}.")
(version "1.13")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/stsquad/emacs_chrome/archive/"
- "v" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/stsquad/emacs_chrome.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "1r92kqggslqasza718z4ka883mqfbnibdm43f0j9gaipk0msm2wf"))))
+ (base32 "12dp1xj09jrp0kxp9xb6cak9dn6zkyis1wfn4fnhzmxxnrd8c5rn"))))
(build-system emacs-build-system)
(arguments
`(#:phases
- 141/203: gnu: emacs-el-x: Use GIT-FILE-NAME., (continued)
- 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
- 151/203: gnu: emacs-esup: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 157/203: gnu: emacs-parsebib: Don't use unstable tarball., guix-commits, 2019/04/10
- 153/203: gnu: emacs-mbsync: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 155/203: gnu: emacs-dedicated: Don't use unstable tarball., guix-commits, 2019/04/10
- 160/203: gnu: emacs-list-utils: Don't use unstable tarball., guix-commits, 2019/04/10
- 170/203: gnu: emacs-sourcemap: Don't use unstable tarball., guix-commits, 2019/04/10
- 168/203: gnu: emacs-elisp-refs: Don't use unstable tarball., guix-commits, 2019/04/10
- 163/203: gnu: emacs-datetime: Don't use unstable tarball., guix-commits, 2019/04/10
- 169/203: gnu: emacs-edit-server: Don't use unstable tarball.,
guix-commits <=
- 171/203: gnu: emacs-parent-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 185/203: gnu: emacs-logview: Don't use unstable tarball., guix-commits, 2019/04/10
- 173/203: gnu: emacs-hy-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 188/203: gnu: emacs-f3: Don't use unstable tarball., guix-commits, 2019/04/10
- 184/203: gnu: emacs-helpful: Don't use unstable tarball., guix-commits, 2019/04/10
- 182/203: gnu: emacs-know-your-http-well: Don't use unstable tarball., guix-commits, 2019/04/10
- 181/203: gnu: emacs-fancy-narrow: Don't use unstable tarball., guix-commits, 2019/04/10
- 189/203: gnu: emacs-highlight-numbers: Don't use unstable tarball., guix-commits, 2019/04/10
- 193/203: gnu: emacs-ido-vertical-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 192/203: gnu: emacs-parinfer-mode: Don't use unstable tarball., guix-commits, 2019/04/10