diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-28 23:52:24 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-28 23:52:24 +0100 |
| commit | cf9f82842772d996b9d226d5897c457bbacdfa35 (patch) | |
| tree | b8900090db916880fbc28c1f557c0c7086dce43f | |
| parent | edffdbe626b560ae949f52a64db741e80afdc9ab (diff) | |
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
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a990cef136..30159d1d4d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12294,19 +12294,19 @@ from a program in a @dfn{pager} such as @command{less}.") (define-public python-autopep8 (package (name "python-autopep8") - (version "2.0.4") + (version "2.3.2") (source (origin (method url-fetch) (uri (pypi-uri "autopep8" version)) (sha256 (base32 - "037yhzmc9lssmn6cifa5gvw23f1c0hgsfgn83jfl3cwppm50c4r9")))) + "0n0pjdk39n6vlddjqvbpkxd4a7q33dkf0k2yk6dbd5wijr7hli49")))) (build-system pyproject-build-system) (propagated-inputs (list python-pycodestyle python-tomli)) (native-inputs - (list python-setuptools python-wheel)) + (list python-setuptools)) (arguments `(#:phases (modify-phases %standard-phases |
