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