gnu: python-pytest-runner: Update to 4.4.
* gnu/packages/check.scm (python-pytest-runner): Update to 4.4.
This commit is contained in:
parent
b86b799601
commit
c49c71cd2c
|
@ -774,14 +774,14 @@ supports coverage of subprocesses.")
|
||||||
(define-public python-pytest-runner
|
(define-public python-pytest-runner
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-runner")
|
(name "python-pytest-runner")
|
||||||
(version "4.2")
|
(version "4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-runner" version))
|
(uri (pypi-uri "pytest-runner" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gkpyphawxz38ni1gdq1fmwyqcg02m7ypzqvv46z06crwdxi2gyj"))))
|
"1x0d9n40lsiphblbs61rdc0d5r31f6vh0vcahqdv0mffakbnrb80"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-pytest" ,python-pytest-bootstrap)
|
`(("python-pytest" ,python-pytest-bootstrap)
|
||||||
|
|
Loading…
Reference in New Issue