me
/
guix
Archived
1
0
Fork 0

gnu: python-invoke: Update to 1.5.0.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Tanguy Le Carrour 2021-01-19 19:25:42 +01:00 committed by 宋文武
parent adf6380657
commit 512c6ea6e9
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -15257,13 +15257,13 @@ projects.")
(package (package
(name "python-invoke") (name "python-invoke")
(home-page "https://www.pyinvoke.org/") (home-page "https://www.pyinvoke.org/")
(version "1.4.1") (version "1.5.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
"0pg1lpl4583z83i12262v72y1a4cxdcxi7vqhl8dpqv9wszj6gyy")))) "0l16v7zcbgi36z6pvmdrs5q4ks8lalcafi5d9nhrpcjzbc3n1igh"))))
(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.