gnu: python-pep8: Update to 1.7.0.
* gnu/packages/python.scm (python-pep8): Update to 1.7.0.
This commit is contained in:
parent
a4d9609c98
commit
db251311cf
|
@ -5060,17 +5060,14 @@ applications.")
|
||||||
(define-public python-pep8
|
(define-public python-pep8
|
||||||
(package
|
(package
|
||||||
(name "python-pep8")
|
(name "python-pep8")
|
||||||
(version "1.6.2")
|
(version "1.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "pep8" version))
|
||||||
"https://pypi.python.org/packages/source/p/pep8/pep8-"
|
|
||||||
version
|
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zybkcdw1sx84dvkfss96nhykqg9bc0cdpwpl4k9wlxm61bf7dxq"))))
|
"002rkl4lsn6x2mxmf8ar00l0m8i3mzrc6pnzz77blyksmpsxa4x1"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("python-setuptools" ,python-setuptools)))
|
`(("python-setuptools" ,python-setuptools)))
|
||||||
|
|
Loading…
Reference in New Issue