Archived
1
0
Fork 0

gnu: python-pycodestyle: Update to 2.7.0.

* gnu/packages/python-xyz.scm (python-pycodestyle): Update to 2.7.0.
This commit is contained in:
Efraim Flashner 2021-03-29 16:56:58 +03:00
parent 07481fec26
commit 01cf99af9c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5595,14 +5595,14 @@ a simple netcat replacement with chaining support.")
(define-public python-pycodestyle (define-public python-pycodestyle
(package (package
(name "python-pycodestyle") (name "python-pycodestyle")
(version "2.6.0") (version "2.7.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pycodestyle" version)) (uri (pypi-uri "pycodestyle" version))
(sha256 (sha256
(base32 (base32
"0bhr6ia0hmgx3nhgibc9pmkzhlh1zcqk707i5fbxgs702ll7v2n5")))) "1vqwmzmjdv331kmfq3q9j3as2x7r2r49lf83r9w4147pdg8c32f3"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases