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:
Andrew Wong 2025-05-30 14:45:33 -04:00 committed by Sharlatan Hellseher
parent fad5400349
commit 2f501c8307
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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