gnu: python-pytest-xdist: Update to 2.1.0.
* gnu/packages/check.scm (python-pytest-xdist): Update to 2.1.0.master
parent
d4732deb4f
commit
ed72e55831
|
@ -1198,14 +1198,14 @@ same arguments.")
|
||||||
(define-public python-pytest-xdist
|
(define-public python-pytest-xdist
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-xdist")
|
(name "python-pytest-xdist")
|
||||||
(version "1.25.0")
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-xdist" version))
|
(uri (pypi-uri "pytest-xdist" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d812apvcmshh2l8f38spqwb3bpp0x43yy7lyfpxxzc99h4r7y4n"))
|
"0wh6pn66nncfs6ay0n863bgyriwsgppn8flx5l7551j1lbqkinc2"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in New Issue