me
/
guix
Archived
1
0
Fork 0

gnu: python-pytest: Update to 4.4.2.

This is necessary to fix a test failure on 32-bit platforms in 4.4.1.

* gnu/packages/check.scm (python-pytest): Update to 4.4.2.
master
Marius Bakke 2019-07-08 00:58:31 +02:00
parent e5731c0382
commit a7ed2d534c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -683,14 +683,14 @@ standard library.")
(define-public python-pytest
(package
(name "python-pytest")
(version "4.4.1")
(version "4.4.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest" version))
(sha256
(base32
"1xcmic8wzaj00rn1lg4ib4prh2f4lzpiaadk35qlv8hcny1j505p"))))
"18w38kjnffdcrlbw6ny6dksgxai6x9bxpjs2m6klqmb8hfzjkcb2"))))
(build-system python-build-system)
(arguments
`(#:phases