gnu: python-invoke: Update to 1.6.0.

* gnu/packages/python-xyz.scm (python-invoke): Update to 1.6.0.
This commit is contained in:
Ricardo Wurmus 2021-11-21 23:35:32 +01:00
parent 72876fb02d
commit 66d6daeafe
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -17849,13 +17849,13 @@ projects.")
(package (package
(name "python-invoke") (name "python-invoke")
(home-page "https://www.pyinvoke.org/") (home-page "https://www.pyinvoke.org/")
(version "1.5.0") (version "1.6.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "invoke" version)) (uri (pypi-uri "invoke" version))
(sha256 (sha256
(base32 (base32
"0l16v7zcbgi36z6pvmdrs5q4ks8lalcafi5d9nhrpcjzbc3n1igh")))) "1lsql9daabfr31c7syva5myc5bka45k57ygs9fliv63qrwp1wk9p"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
;; XXX: Requires many dependencies that are not yet in Guix. ;; XXX: Requires many dependencies that are not yet in Guix.