[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
116/203: gnu: emacs-engine-mode: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
116/203: gnu: emacs-engine-mode: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:31 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 53338fa64f3d7d9d91ead64c79930bec34c3bb7c
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:30:40 2019 +0200
gnu: emacs-engine-mode: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-engine-mode)[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 5de7b85..8180a6d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7796,13 +7796,13 @@ the nick color and the background color
(version "2.0.0")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/hrs/engine-mode/archive/"
- "v" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hrs/engine-mode.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "1vm4p7pcp1vnwwxvps1bhm7i7hkabqqxl898knxf2hqvxys76684"))))
+ (base32 "02xas46nl28mascqsyr1zcd4hn15bh0fjv2xlxv1kmrj0pis94ml"))))
(build-system emacs-build-system)
(synopsis "Minor mode for defining and querying search engines")
(description "@code{engine-mode} is a global minor mode for Emacs. It
- 98/203: gnu: emacs-gnuplot: Don't use unstable tarball., (continued)
- 98/203: gnu: emacs-gnuplot: Don't use unstable tarball., guix-commits, 2019/04/10
- 99/203: gnu: emacs-evil-surround: Don't use unstable tarball., guix-commits, 2019/04/10
- 100/203: gnu: emacs-evil-commentary: Don't use unstable tarball., guix-commits, 2019/04/10
- 103/203: gnu: emacs-disable-mouse: Don't use unstable tarball., guix-commits, 2019/04/10
- 104/203: gnu: emacs-json-reformat: Don't use unstable tarball., guix-commits, 2019/04/10
- 107/203: gnu: emacs-json-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 106/203: gnu: emacs-json-snatcher: Don't use unstable tarball., guix-commits, 2019/04/10
- 108/203: gnu: emacs-which-key: Don't use unstable tarball., guix-commits, 2019/04/10
- 113/203: gnu: emacs-emamux: Don't use unstable tarball., guix-commits, 2019/04/10
- 115/203: gnu: emacs-gitpatch: Don't use unstable tarball., guix-commits, 2019/04/10
- 116/203: gnu: emacs-engine-mode: Don't use unstable tarball.,
guix-commits <=
- 118/203: gnu: emacs-itail: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 117/203: gnu: emacs-browse-at-remote: Don't use unstable tarball., guix-commits, 2019/04/10
- 119/203: gnu: emacs-transmission: Don't use unstable tarball., guix-commits, 2019/04/10
- 123/203: gnu: emacs-evil-matchit: Don't use unstable tarball., guix-commits, 2019/04/10
- 124/203: gnu: emacs-evil-smartparens: Don't use unstable tarball., guix-commits, 2019/04/10
- 126/203: gnu: emacs-websocket: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 127/203: gnu: emacs-bongo: Don't use unstable tarball., guix-commits, 2019/04/10
- 130/203: gnu: emacs-terraform-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 128/203: gnu: epipe: Don't use unstable tarball., guix-commits, 2019/04/10
- 129/203: gnu: emacs-hcl-mode: Don't use unstable tarball., guix-commits, 2019/04/10