python310Packages.mattermostdriver: 7.3.1 -> 7.3.2
This commit is contained in:
parent
e5f7e0e551
commit
607c7e95dc
1 changed files with 2 additions and 2 deletions
|
@ -8,13 +8,13 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "mattermostdriver";
|
||||
version = "7.3.1";
|
||||
version = "7.3.2";
|
||||
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "bf629c4b8f825bd7196208aa93995ac5077bd60939ba67cca314a7f13c1dbcea";
|
||||
sha256 = "2e4d7b4a17d3013e279c6f993746ea18cd60b45d8fa3be24f47bc2de22b9b3b4";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ websockets requests ];
|
||||
|
|
Loading…
Reference in a new issue