mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
5a88d3dfcb
commit
484255f7b4
1 changed files with 2 additions and 2 deletions
|
@ -183,14 +183,14 @@ of the project to ensure it renders properly.")
|
||||||
(define-public python-pytest-flake8
|
(define-public python-pytest-flake8
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-flake8")
|
(name "python-pytest-flake8")
|
||||||
(version "1.0.4")
|
(version "1.0.6")
|
||||||
(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
|
||||||
"1h30gd21fjsafqxwclf25sdh89vrdz7rsh4lzw11aiw7ww9mq8jd"))))
|
"09vhn7r77s1yiqnlwfvh5585f904zpyd6620a90dpccfr1cbp0hv"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-flake8" ,python-flake8)))
|
`(("python-flake8" ,python-flake8)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue