python: pytest-sanic: 1.0.0 -> 1.1.2

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:45 +02:00
parent 5bb1159459
commit 057e442f81
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytest-sanic"; pname = "pytest-sanic";
version = "1.0.0"; version = "1.1.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0vlaq6p9g2p1xj9wshmin58p1faf5h9rcxvmjapx26zv8n23rnm1"; sha256 = "61a60e1b0456b2ceaeeb7173783f3450332c3609017fb6b18176b307f7186d3a";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [