~ruther/guix-local

cf9f82842772d996b9d226d5897c457bbacdfa35 — Sharlatan Hellseher 7 months ago edffdbe
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
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -3
@@ 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