mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-invoke: Update to 1.3.0.
* gnu/packages/python-xyz.scm (python-invoke): Update to 1.3.0.
This commit is contained in:
parent
0202bdc639
commit
a566231947
1 changed files with 2 additions and 2 deletions
|
@ -12476,13 +12476,13 @@ (define-public python-invoke
|
|||
(package
|
||||
(name "python-invoke")
|
||||
(home-page "http://www.pyinvoke.org/")
|
||||
(version "1.1.0")
|
||||
(version "1.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "invoke" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0aiy1xvk1f91246zxd1zqrm679vdvd10h843a2na41cqr3cflpi6"))))
|
||||
"1nn7gad0rvy492acpyhkrp01zsk86acf34qhsvq4xmm6x39788n5"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; XXX: Requires many dependencies that are not yet in Guix.
|
||||
|
|
Loading…
Reference in a new issue