mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-invoke: Update to 1.6.0.
* gnu/packages/python-xyz.scm (python-invoke): Update to 1.6.0.
This commit is contained in:
parent
72876fb02d
commit
66d6daeafe
1 changed files with 2 additions and 2 deletions
|
@ -17849,13 +17849,13 @@ projects.")
|
||||||
(package
|
(package
|
||||||
(name "python-invoke")
|
(name "python-invoke")
|
||||||
(home-page "https://www.pyinvoke.org/")
|
(home-page "https://www.pyinvoke.org/")
|
||||||
(version "1.5.0")
|
(version "1.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "invoke" version))
|
(uri (pypi-uri "invoke" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l16v7zcbgi36z6pvmdrs5q4ks8lalcafi5d9nhrpcjzbc3n1igh"))))
|
"1lsql9daabfr31c7syva5myc5bka45k57ygs9fliv63qrwp1wk9p"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; XXX: Requires many dependencies that are not yet in Guix.
|
;; XXX: Requires many dependencies that are not yet in Guix.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue