diff options
author | Tanguy Le Carrour <tanguy@bioneland.org> | 2021-01-19 19:25:42 +0100 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2021-02-12 20:15:38 +0800 |
commit | 512c6ea6e9f23492a7d0ec2afb8e2150ad9ff67d (patch) | |
tree | c820b8c37fc3eefbd87e88fdb1ba53d8f86274db | |
parent | adf638065722b02ae672efa904aa34427f7c7238 (diff) | |
download | guix-512c6ea6e9f23492a7d0ec2afb8e2150ad9ff67d.tar guix-512c6ea6e9f23492a7d0ec2afb8e2150ad9ff67d.tar.gz |
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>
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3aa7516f01..cc21caa721 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15257,13 +15257,13 @@ projects.") (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. |