gnu: python-pytest-flake8: Update to 1.0.7.
* gnu/packages/python-check.scm (python-pytest-flake8): Update to 1.0.7.
This commit is contained in:
parent
b53e7ae6b0
commit
bece1445b8
1 changed files with 2 additions and 2 deletions
|
@ -627,14 +627,14 @@ friendly library for concurrency and async I/O in Python.")
|
||||||
(define-public python-pytest-flake8
|
(define-public python-pytest-flake8
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-flake8")
|
(name "python-pytest-flake8")
|
||||||
(version "1.0.6")
|
(version "1.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-flake8" version))
|
(uri (pypi-uri "pytest-flake8" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09vhn7r77s1yiqnlwfvh5585f904zpyd6620a90dpccfr1cbp0hv"))))
|
"0syx68xk5ss3hgp3nr2y122w0fgkzr5936ghsqrkymh3m5hrf9gh"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-flake8" ,python-flake8)))
|
`(("python-flake8" ,python-flake8)))
|
||||||
|
|
Reference in a new issue