[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/203: gnu: emacs-company-quickhelp: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
38/203: gnu: emacs-company-quickhelp: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:13 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6859cac498dff10f20c50fb2582974dcfa48c724
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Apr 4 20:20:45 2019 +0200
gnu: emacs-company-quickhelp: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-company-quickhelp)[source]: Use
GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/emacs-xyz.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 249c38b..c0f34fb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2942,14 +2942,13 @@ for the current function or variable in the
minibuffer.")
(version "2.3.0")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/expez/company-quickhelp/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/expez/company-quickhelp.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "0xrn2z1dgk5gmkmp2jkn9g83ckk39lqp5pyyv8rl7f6gqvib3qh0"))))
+ (base32 "08ccsfvwdpzpj0gai3xrdb2bv1nl6myjkxsc5774pbvlq9nkfdvr"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-pos-tip" ,emacs-pos-tip)
- 26/203: gnu: emacs-rich-minority: Don't use unstable tarball., (continued)
- 26/203: gnu: emacs-rich-minority: Don't use unstable tarball., guix-commits, 2019/04/10
- 32/203: gnu: emacs-deferred: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 10/203: gnu: emacs-symon: Don't use unstable tarball., guix-commits, 2019/04/10
- 07/203: gnu: git-annex-remote-hubic: Don't use unstable tarball., guix-commits, 2019/04/10
- 35/203: gnu: emacs-irony-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 34/203: gnu: emacs-company: Don't use unstable tarball., guix-commits, 2019/04/10
- 22/203: gnu: emacs-page-break-lines: Don't use unstable tarball., guix-commits, 2019/04/10
- 33/203: gnu: emacs-butler: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 30/203: gnu: emacs-shell-switcher: Don't use unstable tarball., guix-commits, 2019/04/10
- 39/203: gnu: emacs-multiple-cursors: Don't use unstable tarball., guix-commits, 2019/04/10
- 38/203: gnu: emacs-company-quickhelp: Don't use unstable tarball.,
guix-commits <=
- 40/203: gnu: emacs-typo: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 42/203: gnu: emacs-scel: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 44/203: gnu: emacs-tagedit: Don't use unstable tarball., guix-commits, 2019/04/10
- 13/203: gnu: emacs-espuds: Don't use unstable tarball., guix-commits, 2019/04/10
- 12/203: gnu: emacs-el-mock: Don't use unstable tarball., guix-commits, 2019/04/10
- 17/203: gnu: emacs-grep-a-lot: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 18/203: gnu: emacs-inf-ruby: Don't use unstable tarball., guix-commits, 2019/04/10
- 11/203: gnu: emacs-git-gutter: Don't use unstable tarball., guix-commits, 2019/04/10
- 15/203: gnu: emacs-expand-region: Don't use unstable tarball., guix-commits, 2019/04/10
- 21/203: gnu: emacs-paren-face: Don't use unstable tarball., guix-commits, 2019/04/10