[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
78/88: gnu: python-flasgger: Don't use unstable tarball.
From: |
guix-commits |
Subject: |
78/88: gnu: python-flasgger: 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 1a04d421951eea118c1a9fe523d49c096b054386
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Apr 9 00:01:37 2019 +0200
gnu: python-flasgger: Don't use unstable tarball.
* gnu/packages/python-xyz.scm (python-flasgger)[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 5b3d475..2a000ec 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12590,13 +12590,13 @@ Swagger 2.0).")
(version "0.6.3")
(source
(origin
- (method url-fetch)
- (uri (string-append "https://github.com/rochacbruno/flasgger/archive/"
- version ".tar.gz"))
- (file-name (string-append name "-" version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rochacbruno/flasgger.git")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
- (base32
- "1gqzlm0rb55fdpsy5ipkganlx9cnpi454fqyycr03jm22zql14ay"))))
+ (base32 "0yydxsyjnc0clbrjqb1n7587l6cdqvwdagwxk5hkx01qwdfbkvpn"))))
(build-system python-build-system)
(arguments
`(#:phases
- 55/88: gnu: ocaml-re: Don't use unstable tarball., (continued)
- 55/88: gnu: ocaml-re: Don't use unstable tarball., guix-commits, 2019/04/10
- 83/88: gnu: sbcl-cl-ppcre: Don't use unstable tarball., guix-commits, 2019/04/10
- 59/88: gnu: ocaml-piqilib: Don't use unstable tarball., guix-commits, 2019/04/10
- 72/88: gnu: tippecanoe: Don't use unstable tarball., guix-commits, 2019/04/10
- 57/88: gnu: ocaml4.02-uri: Don't use unstable tarball., guix-commits, 2019/04/10
- 74/88: gnu: python-gridmap: Don't use unstable tarball., guix-commits, 2019/04/10
- 66/88: gnu: emacs-academic-phrases: Use GIT-FILE-NAME., guix-commits, 2019/04/10
- 53/88: gnu: ocaml4.02-ppx-deriving: Don't use unstable tarball., guix-commits, 2019/04/10
- 64/88: gnu: gctp: Don't use unstable tarball., guix-commits, 2019/04/10
- 76/88: gnu: python-tlsh: Don't use unstable tarball., guix-commits, 2019/04/10
- 78/88: gnu: python-flasgger: Don't use unstable tarball.,
guix-commits <=
- 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, 2019/04/10