python310Packages.websockets: 10.1 -> 10.3

This commit is contained in:
Fabian Affolter 2022-06-06 14:42:14 +02:00 committed by Jonathan Ringer
parent 0eb07062a2
commit fe428eb0b7
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "websockets";
version = "10.1";
version = "10.3";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "aaugustin";
repo = pname;
rev = version;
sha256 = "sha256-FFaoqxa+TmKJ+P6T7HrwodjbVCir+2qJSfZsoj6deJU=";
hash = "sha256-ZUn/DvO1Kx7Uxne4DF/am69YL1c48qpgQrGek355Z+4=";
};
# Tests fail on Darwin with `OSError: AF_UNIX path too long`