mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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>
This commit is contained in:
parent
adf6380657
commit
512c6ea6e9
1 changed files with 2 additions and 2 deletions
|
@ -15257,13 +15257,13 @@ (define-public python-invoke
|
|||
(package
|
||||
(name "python-invoke")
|
||||
(home-page "https://www.pyinvoke.org/")
|
||||
(version "1.4.1")
|
||||
(version "1.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "invoke" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pg1lpl4583z83i12262v72y1a4cxdcxi7vqhl8dpqv9wszj6gyy"))))
|
||||
"0l16v7zcbgi36z6pvmdrs5q4ks8lalcafi5d9nhrpcjzbc3n1igh"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
;; XXX: Requires many dependencies that are not yet in Guix.
|
||||
|
|
Loading…
Reference in a new issue