gnu: python-pytest: Update to 3.8.0.

* gnu/packages/check.scm (python-pytest): Update to 3.8.0.
master
Marius Bakke 2018-09-07 17:36:04 +02:00
parent 529c36225a
commit ad8ae693c8
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -619,14 +619,14 @@ standard library.")
(define-public python-pytest
(package
(name "python-pytest")
(version "3.7.2")
(version "3.8.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest" version))
(sha256
(base32
"00jv750alrj62r586hcmvpqlmkqszqfm1x7n6qnqacjmmlis2n9l"))))
"17grcfvd6ggvvqmprwv5y8g319nayam70hr43ssjwj40ws27z858"))))
(build-system python-build-system)
(arguments
`(#:phases