gnu: python-pytest-sanic: Update to 1.9.1.
* gnu/packages/python-check.scm (python-pytest-sanic): Update to 1.9.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>master
parent
1fd6bcfba7
commit
ba4ed74f9e
|
@ -1985,13 +1985,13 @@ help in debugging failures and optimizing the scheduler to improve speed.")
|
||||||
(define-public python-pytest-sanic
|
(define-public python-pytest-sanic
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-sanic")
|
(name "python-pytest-sanic")
|
||||||
(version "1.7.0")
|
(version "1.9.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-sanic" version))
|
(uri (pypi-uri "pytest-sanic" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hm7im77dgqfk8k34qbbfhimg8hifl4zwpa2s3mgbknrjvyw5qpx"))))
|
"0shq1bqnydj0l3ipb73j1qh5kqcjvzkps30zk8grq3dwmh3wmnkr"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests depend on python-sanic.
|
;; Tests depend on python-sanic.
|
||||||
|
|
Reference in New Issue