gnu: python-autopep8: Update to 1.3.5

* gnu/packages/python.scm (python-autopep8): Update to 1.3.5

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Fis Trivial 2018-04-28 04:25:30 +00:00 committed by Ludovic Courtès
parent 2dab4188ec
commit a34bc5c913
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 18 additions and 18 deletions

View File

@ -3789,14 +3789,14 @@ 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.2") (version "1.3.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "autopep8" version)) (uri (pypi-uri "autopep8" version))
(sha256 (sha256
(base32 (base32
"1p9pa1ffg4iy96l918808jggg9a69iaka5awmj8xid36yc5mk0ky")))) "192bvhzi4d0claqxgzymvv7k3qnj627742bc8sgxpzjj42pd9112"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-pycodestyle" ,python-pycodestyle))) `(("python-pycodestyle" ,python-pycodestyle)))