[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
75/88: gnu: python-honcho: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
75/88: gnu: python-honcho: Don't use unstable tarball. |
Date: |
Wed, 10 Apr 2019 23:44:48 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 8524d13011e7ca010df2cf9aa4c0f35310a31482
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Apr 9 00:01:10 2019 +0200
gnu: python-honcho: Don't use unstable tarball.
* gnu/packages/python-xyz.scm (python-honcho)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
---
gnu/packages/python-xyz.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ae3d842..373be2a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4487,13 +4487,13 @@ cluster without needing to write any wrapper code
yourself.")
(version "1.0.1")
(source
(origin
- (method url-fetch)
- (uri (string-append
- "https://github.com/nickstenning/honcho/archive/v"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/nickstenning/honcho.git")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
- (base32 "0zizn61n5z5hq421hkypk9pw8s6fpxw30f4hsg7k4ivwzy3gjw9j"))))
+ (base32 "11bd87474qpif20xdcn0ra1idj5k16ka51i658wfpxwc6nzsn92b"))))
(build-system python-build-system)
(native-inputs
`(("python-pytest" ,python-pytest)
- 78/88: gnu: python-flasgger: Don't use unstable tarball., (continued)
- 78/88: gnu: python-flasgger: Don't use unstable tarball., guix-commits, 2019/04/10
- 81/88: gnu: sbcl-fiveam: Don't use unstable tarball., guix-commits, 2019/04/10
- 34/88: gnu: clamav: Update to 0.101.2., guix-commits, 2019/04/10
- 44/88: gnu: emacs-git-annex: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 47/88: gnu: ocaml-num: Don't use unstable tarball., guix-commits, 2019/04/10
- 51/88: gnu: ocaml4.02-ppx-tools: Don't use unstable tarball., guix-commits, 2019/04/10
- 80/88: gnu: python-glob2: Don't use unstable tarball., guix-commits, 2019/04/10
- 62/88: gnu: ocaml-lambda-term: Don't use unstable tarball., guix-commits, 2019/04/10
- 77/88: gnu: python-schematics: Don't use unstable tarball., guix-commits, 2019/04/10
- 60/88: gnu: ocaml-jbuilder: Don't use unstable tarball., guix-commits, 2019/04/10
- 75/88: gnu: python-honcho: Don't use unstable tarball.,
guix-commits <=
- 69/88: gnu: openlibm: Don't use unstable tarball., guix-commits, 2019/04/10
- 84/88: gnu: stumpwm: Don't use unstable tarball., guix-commits, 2019/04/10
- 67/88: gnu: emacs-auto-yasnippet: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 70/88: gnu: libosmium: Don't use unstable tarball., guix-commits, 2019/04/10
- 31/88: gnu: Add python-httpretty., guix-commits, 2019/04/10
- 36/88: gnu: gimp: Fix typo in description., guix-commits, 2019/04/10
- 38/88: gnu: emacs-helm-emms: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 43/88: gnu: emacs-mu4e-conversation: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 52/88: gnu: ocaml-ulex: Don't use unstable tarball., guix-commits, 2019/04/10
- 54/88: gnu: ocaml-seq: Don't use unstable tarball., guix-commits, 2019/04/10