me
/
guix
Archived
1
0
Fork 0

gnu: python-invoke: Update to 1.3.0.

* gnu/packages/python-xyz.scm (python-invoke): Update to 1.3.0.
master
Efraim Flashner 2019-11-29 11:05:37 +02:00
parent 0202bdc639
commit a566231947
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -12476,13 +12476,13 @@ projects.")
(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.