gnu: python-pytest-localserver: Update to 0.3.5.
* gnu/packages/python.scm (python-pytest-localserver): Update to 0.3.5.
This commit is contained in:
parent
da8b011d2a
commit
29f20168cf
|
@ -6988,13 +6988,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.3.4")
|
(version "0.3.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-localserver" version ".zip"))
|
(uri (pypi-uri "pytest-localserver" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"050q505a7gnsz7vqidw0w5dvxjb2flzi7z734agpjzmsl85c2bcx"))))
|
"0dvqspjr6va55zwmnnc2mmpqc7mm65kxig9ya44x1z8aadzxpa4p"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases (modify-phases %standard-phases
|
`(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in New Issue