Skip to content

Commit

Permalink
pythonPackages.matrix-client: 0.2.0 -> 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Jul 3, 2018
1 parent be1461f commit 6fbb905
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkgs/development/python-modules/matrix-client/default.nix
Expand Up @@ -2,19 +2,19 @@
, buildPythonPackage
, fetchPypi
, requests
, tox, pytest, flake8, responses
, flake8, pytest, pytestrunner, responses, tox
}:

buildPythonPackage rec {
pname = "matrix-client";
version = "0.2.0";
pname = "matrix_client";
version = "0.3.2";

src = fetchPypi {
inherit pname version;
sha256 = "b96e87adf1bc2270166b2a4cff1320d2ef283779ea8b3c4edd0d9051fc7b7924";
sha256 = "1mgjd0ymf9mvqjkvgx3xjhxap7rzdmpa21wfy0cxbw2xcswcrqyw";
};

checkInputs = [ tox pytest flake8 responses ];
checkInputs = [ flake8 pytest pytestrunner responses tox ];

propagatedBuildInputs = [ requests ];

Expand Down

0 comments on commit 6fbb905

Please sign in to comment.