mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-argcomplete: Update to 3.6.2.
* gnu/packages/python-xyz.scm (python-argcomplete): Update to 3.6.2. Change-Id: I01b97a802e1fda6fc6f18c8c627440e0e519c59a Reviewed-by: Sergey Trofimov <sarg@sarg.org.ru> Reviewed-by: Zheng Junjie <873216071@qq.com> Reviewed-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
fad5400349
commit
2f501c8307
1 changed files with 6 additions and 3 deletions
|
@ -24834,14 +24834,14 @@ JPEG2000 and GIF files in pure Python.")
|
|||
(define-public python-argcomplete
|
||||
(package
|
||||
(name "python-argcomplete")
|
||||
(version "3.5.3")
|
||||
(version "3.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "argcomplete" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14jkqmc4nhp1vxkiha7mv7zlvqiyzyjsfzbvihlvpbnqvq7gaay1"))))
|
||||
"1pvavik22prqdyqid5s40zqab93kp85ash9wf7sg9xb7r0drnlfh"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -24856,8 +24856,11 @@ JPEG2000 and GIF files in pure Python.")
|
|||
"def __disable_test_console_script"))
|
||||
(invoke "python3" "./test/test.py" "-v")))))))
|
||||
(native-inputs
|
||||
(list python-pexpect
|
||||
(list python-coverage
|
||||
python-hatch-vcs
|
||||
python-hatchling
|
||||
python-mypy
|
||||
python-pexpect
|
||||
python-wheel
|
||||
tcsh
|
||||
fish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue