[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/32: gnu: emacs-helm-company: Use GIT-FILE-NAME.
From: |
guix-commits |
Subject: |
07/32: gnu: emacs-helm-company: Use GIT-FILE-NAME. |
Date: |
Sun, 14 Apr 2019 14:15:39 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 3a2b69f2014ef2872eb2f6189178f602a0b7e26f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Apr 10 20:44:27 2019 +0200
gnu: emacs-helm-company: Use GIT-FILE-NAME.
* gnu/packages/emacs-xyz.scm (emacs-helm-company)[source]: Use
GIT-FILE-NAME.
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 641352a..9c54130 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12235,7 +12235,7 @@ on-line service.")
(uri (git-reference
(url "https://github.com/Sodel-the-Vociferous/helm-company")
(commit commit)))
- (file-name (string-append name "-" version "-checkout"))
+ (file-name (git-file-name name version))
(sha256
(base32
"1ciirsanhajdqm5iwl8k9ywf4jha1wdv4sc4d9kslyrfr9zn4q6k"))))
- branch master updated (a0b419b -> 22c88f5), guix-commits, 2019/04/14
- 01/32: doc: Fix location of fprintd-service-type., guix-commits, 2019/04/14
- 02/32: gnu: mupen64plus-core: Don't use unstable tarball., guix-commits, 2019/04/14
- 04/32: gnu: emacs-s: Don't use unstable tarball., guix-commits, 2019/04/14
- 03/32: gnu: mupen64plus-video-z64: Don't use unstable tarball., guix-commits, 2019/04/14
- 05/32: gnu: emacs-helm-firefox: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 07/32: gnu: emacs-helm-company: Use GIT-FILE-NAME.,
guix-commits <=
- 08/32: gnu: emacs-helm-descbinds: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 10/32: gnu: emacs-faceup: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 11/32: gnu: emacs-racket-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 09/32: gnu: emacs-default-text-scale: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 18/32: gnu: emacs-dts-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 13/32: gnu: emacs-stumpwm-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 15/32: gnu: emacs-eros: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 25/32: gnu: burp: Update to 2.3.4., guix-commits, 2019/04/14
- 19/32: gnu: emacs-daemons: Use GIT-FILE-NAME., guix-commits, 2019/04/14
- 26/32: gnu: khal: Update to 0.10.1., guix-commits, 2019/04/14