mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
e326552698
commit
e05cac9080
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue