gnu: python-click-threading: Update to 0.2.0.

* gnu/packages/python.scm (python-click-threading, python2-click-threading):
Update to 0.2.0.
This commit is contained in:
Leo Famulari 2016-06-20 18:00:57 -04:00
parent 43accb58f9
commit 3d2e0dbcea
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -6946,13 +6946,16 @@ (define-public python-requests-toolbelt
(define-public python-click-threading (define-public python-click-threading
(package (package
(name "python-click-threading") (name "python-click-threading")
(version "0.1.2") (version "0.2.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "click-threading" version)) (uri (string-append
"https://pypi.python.org/packages/"
"fe/b7/e7f609d18a2a351cb71616adcf54df1acd82f83cb9b5936935a4d20e2c23/"
"click-threading-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0jmrv4334lfxa2ss53c06dafdwqbk1pb3ihd26izn5igw1bm8145")))) "18bcqikxwb3drb8rf60cclxkxw52521b38ax3byah6j8cn8y9p4j"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-click" ,python-click))) `(("python-click" ,python-click)))