python38Packages.pytest-sanic: 1.7.1 -> 1.8.1

This commit is contained in:
R. RyanTM
2021-08-22 12:08:33 +00:00
parent 18c11235ae
commit aa0992ccc7
@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "pytest-sanic";
version = "1.7.1";
version = "1.8.1";
src = fetchFromGitHub {
owner = "yunstanford";
repo = pname;
rev = "v${version}";
sha256 = "sha256-OtyulpSHUWERtcIRT5j3YtHciIxFiIFYKqtlEd1NSFw=";
sha256 = "128qxpqilqjhpjzjzzfzsgi4bc0vxwmz0k3xwry6fwhyzcf2bzl5";
};
buildInputs = [