[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
173/203: gnu: emacs-hy-mode: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
173/203: gnu: emacs-hy-mode: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:43 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 5a2e25f80562c9c796ce2674c28b46c9802ba98f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:38:10 2019 +0200
gnu: emacs-hy-mode: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-hy-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 1d137a4..b2c324c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10172,13 +10172,13 @@ documentation.")
(version "1.0.3")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/hylang/hy-mode/archive/"
- "v" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/hylang/hy-mode.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "0b4pvbr2hf77bq2vsyfsv653q0dab7qzq85wc7kdziw7687jdf2z"))))
+ (base32 "1jxximiznz7fw9ys5k6plw85zrbzvxidql7py1fdi425fdp4058z"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-dash" ,emacs-dash)
- 157/203: gnu: emacs-parsebib: Don't use unstable tarball., (continued)
- 157/203: gnu: emacs-parsebib: Don't use unstable tarball., guix-commits, 2019/04/10
- 153/203: gnu: emacs-mbsync: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 155/203: gnu: emacs-dedicated: Don't use unstable tarball., guix-commits, 2019/04/10
- 160/203: gnu: emacs-list-utils: Don't use unstable tarball., guix-commits, 2019/04/10
- 170/203: gnu: emacs-sourcemap: Don't use unstable tarball., guix-commits, 2019/04/10
- 168/203: gnu: emacs-elisp-refs: Don't use unstable tarball., guix-commits, 2019/04/10
- 163/203: gnu: emacs-datetime: Don't use unstable tarball., guix-commits, 2019/04/10
- 169/203: gnu: emacs-edit-server: Don't use unstable tarball., guix-commits, 2019/04/10
- 171/203: gnu: emacs-parent-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 185/203: gnu: emacs-logview: Don't use unstable tarball., guix-commits, 2019/04/10
- 173/203: gnu: emacs-hy-mode: Don't use unstable tarball.,
guix-commits <=
- 188/203: gnu: emacs-f3: Don't use unstable tarball., guix-commits, 2019/04/10
- 184/203: gnu: emacs-helpful: Don't use unstable tarball., guix-commits, 2019/04/10
- 182/203: gnu: emacs-know-your-http-well: Don't use unstable tarball., guix-commits, 2019/04/10
- 181/203: gnu: emacs-fancy-narrow: Don't use unstable tarball., guix-commits, 2019/04/10
- 189/203: gnu: emacs-highlight-numbers: Don't use unstable tarball., guix-commits, 2019/04/10
- 193/203: gnu: emacs-ido-vertical-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 192/203: gnu: emacs-parinfer-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 190/203: gnu: emacs-visual-regexp: Don't use unstable tarball., guix-commits, 2019/04/10
- 194/203: gnu: emacs-wordgen: Don't use unstable tarball., guix-commits, 2019/04/10
- 191/203: gnu: emacs-highlight-defined: Don't use unstable tarball., guix-commits, 2019/04/10