python: matrix-client: 0.0.6 -> 0.2.0

This commit is contained in:
Frederik Rietdijk 2018-06-12 18:47:03 +02:00
parent 7e29d72b17
commit c748e47381
1 changed files with 2 additions and 2 deletions

View File

@ -7,12 +7,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "matrix-client"; pname = "matrix-client";
version = "0.0.6"; version = "0.2.0";
name = "${pname}-${version}"; name = "${pname}-${version}";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "15kx5px26hwr0sxpyjk4w61fjnabg1b57hwys1nyarc0jx4qjhiq"; sha256 = "b96e87adf1bc2270166b2a4cff1320d2ef283779ea8b3c4edd0d9051fc7b7924";
}; };
checkInputs = [ tox pytest flake8 responses ]; checkInputs = [ tox pytest flake8 responses ];