gnu: python-autopep8: Update to 2.3.2.

* gnu/packages/python-xyz.scm (python-autopep8): Update to 2.3.2.
[native-inputs]: Remove python-wheel.

Change-Id: I8369c20cef2c89966efa243f12bfe7647817ff90
This commit is contained in:
Sharlatan Hellseher 2025-09-28 23:52:24 +01:00
parent edffdbe626
commit cf9f828427
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -12294,19 +12294,19 @@ from a program in a @dfn{pager} such as @command{less}.")
(define-public python-autopep8 (define-public python-autopep8
(package (package
(name "python-autopep8") (name "python-autopep8")
(version "2.0.4") (version "2.3.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "autopep8" version)) (uri (pypi-uri "autopep8" version))
(sha256 (sha256
(base32 (base32
"037yhzmc9lssmn6cifa5gvw23f1c0hgsfgn83jfl3cwppm50c4r9")))) "0n0pjdk39n6vlddjqvbpkxd4a7q33dkf0k2yk6dbd5wijr7hli49"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(propagated-inputs (propagated-inputs
(list python-pycodestyle python-tomli)) (list python-pycodestyle python-tomli))
(native-inputs (native-inputs
(list python-setuptools python-wheel)) (list python-setuptools))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases