[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/203: gnu: emacs-avy: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
56/203: gnu: emacs-avy: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:18 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5fe2114956637ca4796cdbc4f8937166f905f209
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Apr 5 04:15:21 2019 +0200
gnu: emacs-avy: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-avy)[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 a568f3a..bd4791a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4198,13 +4198,13 @@ show icons as well.")
(version "0.4.0")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/abo-abo/avy/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/abo-abo/avy.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "1wdrq512h25ymzjbf2kbsdymvd2ryfwzb6bh5bc3yv7q203im796"))))
+ (base32 "0rq9ab264565z83cly743nbhrd9m967apmnlhqr1gy8dm4hcy7nm"))))
(build-system emacs-build-system)
(home-page "https://github.com/abo-abo/avy")
(synopsis "Tree-based completion for Emacs")
- 43/203: gnu: emacs-constants: Don't use unstable tarball., (continued)
- 43/203: gnu: emacs-constants: Don't use unstable tarball., guix-commits, 2019/04/10
- 48/203: gnu: emacs-jinja2-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 51/203: gnu: emacs-org-trello: Don't use unstable tarball., guix-commits, 2019/04/10
- 52/203: gnu: emacs-zenburn-theme: Don't use unstable tarball., guix-commits, 2019/04/10
- 55/203: gnu: emacs-ivy-rich: Don't use unstable tarball., guix-commits, 2019/04/10
- 57/203: gnu: emacs-ace-window: Don't use unstable tarball., guix-commits, 2019/04/10
- 61/203: gnu: emacs-pkg-info: Don't use unstable tarball., guix-commits, 2019/04/10
- 63/203: gnu: emacs-elfeed: Don't use unstable tarball., guix-commits, 2019/04/10
- 49/203: gnu: emacs-org-bullets: Don't use unstable tarball., guix-commits, 2019/04/10
- 53/203: gnu: emacs-smartparens: Don't use unstable tarball., guix-commits, 2019/04/10
- 56/203: gnu: emacs-avy: Don't use unstable tarball.,
guix-commits <=
- 58/203: gnu: emacs-iedit: Don't use unstable tarball., guix-commits, 2019/04/10
- 02/203: gnu: git-crypt: Don't use unstable tarball., guix-commits, 2019/04/10
- 46/203: gnu: ruby-sass-spec: Don't use unstable tarball., guix-commits, 2019/04/10
- 45/203: gnu: ruby-net-scp: Don't use unstable tarball., guix-commits, 2019/04/10
- 47/203: gnu: emacs-popup: Don't use unstable tarball., guix-commits, 2019/04/10
- 50/203: gnu: emacs-org-pomodoro: Don't use unstable tarball., guix-commits, 2019/04/10
- 66/203: gnu: emacs-ivy: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 65/203: gnu: ldc: Don't use unstable tarball., guix-commits, 2019/04/10
- 78/203: gnu: emacs-gntp: Don't use unstable tarball., guix-commits, 2019/04/10
- 85/203: gnu: emacs-highlight-sexp: Don't use unstable tarball., guix-commits, 2019/04/10