Merge pull request from Kranzes/auto-update/python3.8-websocket-client

python38Packages.websocket-client: 1.2.0 -> 1.2.1
This commit is contained in:
davidak 2021-08-19 22:53:38 +02:00 committed by GitHub
commit 852992d581
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "websocket-client";
version = "1.2.0";
version = "1.2.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-dmW6bGRZibKLYWcIdKt1PmkpF56fyQVlrOasCQ9ZxVk=";
sha256 = "8dfb715d8a992f5712fff8c843adae94e22b22a99b2c5e6b0ec4a1a981cc4e0d";
};
propagatedBuildInputs = [