[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/30: gnu: emacs-typescript-mode: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
05/30: gnu: emacs-typescript-mode: Don't use unstable tarball. |
Date: |
Tue, 25 Jun 2019 02:56:19 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit ac7b33eec773447cc14dedda28662a9129a5450d
Author: Brian Leung <address@hidden>
Date: Sat Jun 15 03:05:37 2019 +0200
gnu: emacs-typescript-mode: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-typescript-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 9f4a50c..8e5e3b5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5134,14 +5134,14 @@ features:
(name "emacs-typescript-mode")
(version "0.3")
(source (origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/ananthakumaran/typescript.el"
- "/archive/v" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ananthakumaran/typescript.el")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "1gqjirm8scf0wysm7x97zdfbs4qa5nqdl64jfbkd18iskv5mg3rj"))
- (file-name (string-append name "-" version ".tar.gz"))))
+ "002f1xfhq43fjaqliwrgxspryfahpa82va5dw3p8kwil2xwvc6mh"))))
(build-system emacs-build-system)
(home-page "https://github.com/ananthakumaran/typescript.el")
(synopsis "Emacs major mode for editing Typescript code")
- branch master updated (e746d1c -> b04cc2f), guix-commits, 2019/06/25
- 02/30: gnu: emacs-prescient: Update to 3.1., guix-commits, 2019/06/25
- 01/30: gnu: emacs-with-editor: Update to 2.8.3., guix-commits, 2019/06/25
- 03/30: gnu: emacs-company: Update to 0.9.10., guix-commits, 2019/06/25
- 06/30: gnu: emacs-tide: Don't use unstable tarball., guix-commits, 2019/06/25
- 04/30: gnu: emacs-nodejs-repl: Update to 0.2.1., guix-commits, 2019/06/25
- 05/30: gnu: emacs-typescript-mode: Don't use unstable tarball.,
guix-commits <=
- 07/30: gnu: emacs-wgrep: Don't use unstable tarball., guix-commits, 2019/06/25
- 11/30: gnu: emacs-evil-matchit: Update to 2.3.0., guix-commits, 2019/06/25
- 09/30: gnu: emacs-evil-surround: Update to 1.0.4., guix-commits, 2019/06/25
- 10/30: gnu: emacs-erc-hl-nicks: Don't use unstable tarball., guix-commits, 2019/06/25
- 14/30: gnu: emacs-magit-todos: Update to 1.2., guix-commits, 2019/06/25
- 18/30: gnu: Add emacs-frecency., guix-commits, 2019/06/25
- 17/30: gnu: emacs-outshine: Update to 3.0.1., guix-commits, 2019/06/25
- 22/30: gnu: Add emacs-org-ql., guix-commits, 2019/06/25
- 21/30: gnu: Add emacs-org-make-toc., guix-commits, 2019/06/25
- 29/30: gnu: emacs-alert: Update to 1.3., guix-commits, 2019/06/25