gnu: python-click: Update to 6.7.

* gnu/packages/python.scm (python-click): Update to 6.7.
This commit is contained in:
Tobias Geerinckx-Rice 2017-01-07 00:50:46 +01:00
parent 3720371580
commit d4acb6db2f
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -2369,14 +2369,14 @@ is used by the Requests library to verify HTTPS requests.")
(define-public python-click
(package
(name "python-click")
(version "6.6")
(version "6.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "click" version))
(sha256
(base32
"1sggipyz52crrybwbr9xvwxd4aqigvplf53k9w3ygxmzivd1jsnc"))))
"02qkfpykbq35id8glfgwc38yc430427yd05z1wc5cnld8zgicmgi"))))
(build-system python-build-system)
(arguments
`(#:phases