gnu: python-pytest-flake8: Update to 1.0.6.

* gnu/packages/python-check.scm (python-pytest-flake8): Update to 1.0.6.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Matthew Kraai 2020-06-26 09:14:03 -07:00 committed by Tobias Geerinckx-Rice
parent 5a88d3dfcb
commit 484255f7b4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -183,14 +183,14 @@ (define-public python-pytest-checkdocs
(define-public python-pytest-flake8
(package
(name "python-pytest-flake8")
(version "1.0.4")
(version "1.0.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-flake8" version))
(sha256
(base32
"1h30gd21fjsafqxwclf25sdh89vrdz7rsh4lzw11aiw7ww9mq8jd"))))
"09vhn7r77s1yiqnlwfvh5585f904zpyd6620a90dpccfr1cbp0hv"))))
(build-system python-build-system)
(propagated-inputs
`(("python-flake8" ,python-flake8)))