gnu: python-pytest-benchmark: Update to 4.0.0.
* gnu/packages/python-check.scm (python-pytest-benchmark): Update to 4.0.0.
This commit is contained in:
parent
ff85597812
commit
ad0b0b2c41
1 changed files with 2 additions and 2 deletions
|
@ -1296,14 +1296,14 @@ (define-public python-pytest-pycodestyle
|
||||||
(define-public python-pytest-benchmark
|
(define-public python-pytest-benchmark
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-benchmark")
|
(name "python-pytest-benchmark")
|
||||||
(version "3.4.1")
|
(version "4.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-benchmark" version))
|
(uri (pypi-uri "pytest-benchmark" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ivvrnhax2xr62grlgw4hlyjmmjp6nc35431j7c82nny2bwn7qj0"))))
|
"1la802m5r49y1zqilmhqh0qvbnz139lw0qb3jmm9lngy7sw8a1zv"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:test-target "check"))
|
'(#:test-target "check"))
|
||||||
|
|
Loading…
Reference in a new issue