python3.pkgs.python-engineio: 3.10.0 -> 3.13.0

fixes python-socketio
This commit is contained in:
Jörg Thalheim 2020-06-19 09:13:00 +01:00
parent 58d569d0b4
commit 343594f2bd
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "python-engineio";
version = "3.10.0";
version = "3.13.0";
src = fetchFromGitHub {
owner = "miguelgrinberg";
repo = "python-engineio";
rev = "v${version}";
sha256 = "1495r55177c38wq88pb28l50dfd4213iyxwq1k5rmsgp66vww09s";
sha256 = "1fgfrgcvjg3fyza5lhl1l9cfq073xrwwhh3xs178csrjz4s8s378";
};
propagatedBuildInputs = [