gnu: python-click: Update to 7.0.

* gnu/packages/python-xyz.scm (python-click): Update to 7.0.
[home-page]: Update to new home-page.
master
Efraim Flashner 2019-01-27 11:00:34 +02:00
parent acfcf2ed64
commit 619848558e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

@ -1638,14 +1638,14 @@ files.")
(define-public python-click
(package
(name "python-click")
(version "6.7")
(version "7.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "click" version))
(sha256
(base32
"02qkfpykbq35id8glfgwc38yc430427yd05z1wc5cnld8zgicmgi"))))
"1mzjixd4vjbjvzb6vylki9w1556a9qmdh35kzmq6cign46av952v"))))
(build-system python-build-system)
(arguments
`(;; The tests are fragile, depending on a specific version of pytest:
@ -1663,7 +1663,7 @@ files.")
#t)))))
(native-inputs
`(("python-pytest" ,python-pytest)))
(home-page "http://click.pocoo.org")
(home-page "https://palletsprojects.com/p/click/")
(synopsis "Command line library for Python")
(description
"Click is a Python package for creating command line interfaces in a