mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
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
1 changed files with 6 additions and 6 deletions
|
@ -1342,13 +1342,13 @@ (define-public python2-pytest-cache
|
||||||
(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 a new issue