me
/
guix
Archived
1
0
Fork 0

gnu: python-invoke: Update to 1.6.0.

* gnu/packages/python-xyz.scm (python-invoke): Update to 1.6.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

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