me
/
guix
Archived
1
0
Fork 0

gnu: python-autopep8: Update to 1.5.3.

Fixes <http://issues.guix.gnu.org/42062>.

* gnu/packages/python-xyz.scm (python-autopep8): Update to 1.5.3.
master
Maxim Cournoyer 2020-06-26 13:34:03 -04:00
parent 3f44034e8f
commit c0dd4140f6
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 4 additions and 3 deletions

View File

@ -5128,17 +5128,18 @@ multivalue dictionary that retains the order of insertions and deletions.")
(define-public python-autopep8 (define-public python-autopep8
(package (package
(name "python-autopep8") (name "python-autopep8")
(version "1.3.5") (version "1.5.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "autopep8" version)) (uri (pypi-uri "autopep8" version))
(sha256 (sha256
(base32 (base32
"192bvhzi4d0claqxgzymvv7k3qnj627742bc8sgxpzjj42pd9112")))) "1w6vh627vrmgfbvrdcxrc3k4gxcldrb2lpgxv9irkdds851qrzb0"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-pycodestyle" ,python-pycodestyle))) `(("python-pycodestyle" ,python-pycodestyle)
("python-toml" ,python-toml)))
(home-page "https://github.com/hhatto/autopep8") (home-page "https://github.com/hhatto/autopep8")
(synopsis "Format Python code according to the PEP 8 style guide") (synopsis "Format Python code according to the PEP 8 style guide")
(description (description