gnu: python-invoke: Update to 1.4.1.

* gnu/packages/python-xyz.scm (python-invoke): Update to 1.4.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Tanguy Le Carrour 2020-10-22 16:34:27 +02:00 committed by Ludovic Courtès
parent c9278dc9c1
commit 952ed957aa
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -14837,13 +14837,13 @@ (define-public python-invoke
(package
(name "python-invoke")
(home-page "https://www.pyinvoke.org/")
(version "1.3.0")
(version "1.4.1")
(source (origin
(method url-fetch)
(uri (pypi-uri "invoke" version))
(sha256
(base32
"1nn7gad0rvy492acpyhkrp01zsk86acf34qhsvq4xmm6x39788n5"))))
"0pg1lpl4583z83i12262v72y1a4cxdcxi7vqhl8dpqv9wszj6gyy"))))
(build-system python-build-system)
(arguments
;; XXX: Requires many dependencies that are not yet in Guix.