[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
182/203: gnu: emacs-know-your-http-well: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
182/203: gnu: emacs-know-your-http-well: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 14:57:45 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9c5c944616d35563225f28ae7b0f5bfab25df612
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Mon Apr 8 23:38:53 2019 +0200
gnu: emacs-know-your-http-well: Don't use unstable tarball.
* gnu/packages/emacs-xyz.scm (emacs-know-your-http-well)[source]: Use
GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/emacs-xyz.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1cedf36..41eaa00 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10404,14 +10404,13 @@ buffer.")
(version "0.5.0")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/for-GET/know-your-http-well/archive/"
- "v" version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/for-GET/know-your-http-well.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "1y3kwz88awcgwaivlswq0q4g2i02762r23lpwg61bfqy5lrjjqnj"))))
+ (base32 "1lppggnii2r9fvlhh33gbdrwb50za8lnalavlq9s86ngndn4n94k"))))
(arguments
`(#:phases
(modify-phases %standard-phases
- 160/203: gnu: emacs-list-utils: Don't use unstable tarball., (continued)
- 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, 2019/04/10
- 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 <=
- 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
- 203/203: gnu: emacs-nix-mode: Don't use unstable tarball., guix-commits, 2019/04/10
- 198/203: gnu: emacs-company-restclient: Don't use unstable tarball., guix-commits, 2019/04/10
- 197/203: gnu: emacs-git-auto-commit-mode: Don't use unstable tarball., guix-commits, 2019/04/10