[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
165/203: gnu: emacs-npm-mode: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
165/203: gnu: emacs-npm-mode: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:41 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 32ce5382ef043e560ff9e531b9e129271c0c255f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:36:54 2019 +0200
gnu: emacs-npm-mode: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-npm-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 2ba7ac4..e0d4ff5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9672,13 +9672,13 @@ timestamps and date-time format strings library for
Emacs.")
(version "0.6.0")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/mojochao/npm-mode/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/mojochao/npm-mode.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "1kq1ww22dwf8c2i2b4z2ldbbmnihj65kb7n5vzvwkch9h4hxpqh5"))))
+ (base32 "1mh6nbffciw4yhv049kdhh796ysj1x21ndm3fwymhskb3dy0w1ss"))))
(build-system emacs-build-system)
(home-page "https://github.com/mojochao/npm-mode")
(synopsis "Minor mode for working with @code{npm} projects")
- 138/203: gnu: emacs-string-inflection: Use GIT-FILE-NAME., (continued)
- 138/203: gnu: emacs-string-inflection: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 148/203: gnu: emacs-danneskjold-theme: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 150/203: gnu: emacs-crux: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 146/203: gnu: emacs-evil: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 152/203: gnu: emacs-macrostep: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 162/203: gnu: emacs-hierarchy: Don't use unstable tarball., guix-commits, 2019/04/10
- 136/203: gnu: emacs-bui: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 140/203: gnu: emacs-request: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 156/203: gnu: emacs-makey: Don't use unstable tarball., guix-commits, 2019/04/10
- 161/203: gnu: emacs-move-text: Don't use unstable tarball., guix-commits, 2019/04/10
- 165/203: gnu: emacs-npm-mode: Don't use unstable tarball.,
guix-commits <=
- 166/203: gnu: emacs-loop: Don't use unstable tarball., guix-commits, 2019/04/10
- 167/203: gnu: emacs-ws-butler: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 179/203: gnu: emacs-dired-hacks: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 176/203: gnu: emacs-helm-c-yasnippet: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 172/203: gnu: emacs-beginend: Don't use unstable tarball., guix-commits, 2019/04/10
- 186/203: gnu: emacs-strace-mode: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 187/203: gnu: emacs-benchmark-init: Don't use unstable tarball., guix-commits, 2019/04/10
- 195/203: gnu: emacs-dashboard: Don't use unstable tarball., guix-commits, 2019/04/10
- 196/203: gnu: emacs-slime-company: Don't use unstable tarball., guix-commits, 2019/04/10
- 202/203: gnu: emacs-helm-mu: Don't use unstable tarball., guix-commits, 2019/04/10