gnu: python-pytest-localserver: Update to 0.5.0.
* gnu/packages/check.scm (python-pytest-localserver): Update to 0.5.0.
This commit is contained in:
parent
45a2346f32
commit
74854d11ce
|
@ -1342,13 +1342,13 @@ the last py.test invocation.")
|
||||||
(define-public python-pytest-localserver
|
(define-public python-pytest-localserver
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-localserver")
|
(name "python-pytest-localserver")
|
||||||
(version "0.4.1")
|
(version "0.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-localserver" version))
|
(uri (pypi-uri "pytest-localserver" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08f06rvj31wqf0vgmd1waya87r7vy6x8ck48lxl3dxy83q5gcam7"))))
|
"1hpgpxrpfq5c731ndnsay2lc0y9nh2wy9fn1f83s3z8xkn82fm1s"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in New Issue