diff options
| author | Vinicius Monego <monego@posteo.net> | 2022-01-14 20:09:20 +0000 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-14 21:29:58 +0100 |
| commit | 8fdd984f9ce44a16a25792573bf6ba19711f5609 (patch) | |
| tree | 5e02f5e23612d1544e49fd75f3583b2a505d506b /gnu/packages/python-check.scm | |
| parent | 6aa5d54a1c8679a45c9c2513eb973c46fe24ae87 (diff) | |
gnu: python-pytest-pycodestyle: Update to 2.2.0.
* gnu/packages/python-check.scm (python-pytest-pycodestyle): Update to 2.2.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/packages/python-check.scm')
| -rw-r--r-- | gnu/packages/python-check.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 871afe575c6..181aa8b05ce 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm | |||
| @@ -1074,14 +1074,14 @@ framework.") | |||
| 1074 | (define-public python-pytest-pycodestyle | 1074 | (define-public python-pytest-pycodestyle |
| 1075 | (package | 1075 | (package |
| 1076 | (name "python-pytest-pycodestyle") | 1076 | (name "python-pytest-pycodestyle") |
| 1077 | (version "2.0.0") ;later versions require python-pytest~=5.4 | 1077 | (version "2.2.0") |
| 1078 | (source | 1078 | (source |
| 1079 | (origin | 1079 | (origin |
| 1080 | (method url-fetch) | 1080 | (method url-fetch) |
| 1081 | (uri (pypi-uri "pytest-pycodestyle" version)) | 1081 | (uri (pypi-uri "pytest-pycodestyle" version)) |
| 1082 | (sha256 | 1082 | (sha256 |
| 1083 | (base32 | 1083 | (base32 |
| 1084 | "02i5gl7pm9cwxk15sn29inz3n8flpj1r3p1l110h43f2na5w8h7z")))) | 1084 | "1clyjypn93hwvz17f4i6n2688835d4y8qsq2aw17d6fkbqiy8mg7")))) |
| 1085 | (build-system python-build-system) | 1085 | (build-system python-build-system) |
| 1086 | (propagated-inputs | 1086 | (propagated-inputs |
| 1087 | (list python-pycodestyle)) | 1087 | (list python-pycodestyle)) |
