gnu: python-pytest-runner: Update to 4.4.

* gnu/packages/check.scm (python-pytest-runner): Update to 4.4.
master
Marius Bakke 2019-03-04 18:10:58 +01:00
parent b86b799601
commit c49c71cd2c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -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)