python310Packages.websockets: 10.3 -> 10.4
Diff: https://github.com/aaugustin/websockets/compare/10.3...10.4 Changelog: https://github.com/aaugustin/websockets/blob/10.4/docs/project/changelog.rst
This commit is contained in:
committed by
Robert Schütz
parent
9198cd9e74
commit
eb37a7f663
@@ -8,7 +8,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "websockets";
|
||||
version = "10.3";
|
||||
version = "10.4";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
owner = "aaugustin";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-ZUn/DvO1Kx7Uxne4DF/am69YL1c48qpgQrGek355Z+4=";
|
||||
hash = "sha256-IylvnaS8cHatA+WMc5uY9E+l+52INqOMITU1VJPO2xY=";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
||||
Reference in New Issue
Block a user