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:
parent
acfcf2ed64
commit
619848558e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue