mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: python-click-threading: Update to 0.4.3.
* gnu/packages/python.scm (python-click-threading): Update to 0.4.3. [source]: Use pypi-uri.
This commit is contained in:
parent
2da21e48a8
commit
19ecdbedd3
1 changed files with 3 additions and 6 deletions
|
@ -9198,16 +9198,13 @@ (define-public python-requests-toolbelt
|
|||
(define-public python-click-threading
|
||||
(package
|
||||
(name "python-click-threading")
|
||||
(version "0.2.0")
|
||||
(version "0.4.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/"
|
||||
"fe/b7/e7f609d18a2a351cb71616adcf54df1acd82f83cb9b5936935a4d20e2c23/"
|
||||
"click-threading-" version ".tar.gz"))
|
||||
(uri (pypi-uri "click-threading" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18bcqikxwb3drb8rf60cclxkxw52521b38ax3byah6j8cn8y9p4j"))))
|
||||
"0xs4bg2ws0zgyiplk312l049hi23c2zqf1g771rjhh5vr2msk4cg"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-click" ,python-click)))
|
||||
|
|
Loading…
Reference in a new issue