3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-pytest: Update to 5.3.5.

* gnu/packages/check.scm (python-pytest): Update to 5.3.5.
This commit is contained in:
Marius Bakke 2020-02-01 11:38:47 +01:00
parent 2f144210c6
commit b8f4d3f4c5
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -764,14 +764,14 @@ standard library.")
(define-public python-pytest
(package
(name "python-pytest")
(version "5.3.2")
(version "5.3.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest" version))
(sha256
(base32
"1yi51ckkiywszz0qp67jisxzcp54acf57wqr3ysgk457nlai4mvb"))))
"139i9cjhrv5aici3skq8iihvfb3lq0d8xb5j7qycr2hlk8cfjpqd"))))
(build-system python-build-system)
(arguments
`(#:phases