gnu: python-pep8-naming: Update to 0.13.0.

* gnu/packages/python-xyz.scm (python-pep8-naming): Update to 0.13.0.
[propagated-inputs]: Remove python-flake8-polyfill.
This commit is contained in:
Maxim Cournoyer 2022-06-06 14:28:36 -04:00
parent e326552698
commit e05cac9080
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -10082,17 +10082,16 @@ (define-public python-pep8
(define-public python-pep8-naming
(package
(name "python-pep8-naming")
(version "0.12.0")
(version "0.13.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pep8-naming" version))
(sha256
(base32
"04kyh9hkpyc8jzj16d1kkk29b5n8miqdvbs0zm035n1z5z5kx6hz"))))
"1dc0b6xw1cxp01v9zsv4ryk49rfs1lngfpvzsixgp8b7z3ffcf4z"))))
(build-system python-build-system)
(propagated-inputs
(list python-flake8 python-flake8-polyfill))
(propagated-inputs (list python-flake8))
(home-page "https://github.com/PyCQA/pep8-naming")
(synopsis "Check PEP-8 naming conventions")
(description