summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-engineio
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-07-11 23:31:10 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2022-07-11 23:31:10 +0200
commit16ac6b056767cc74a0ffeee87d379a71d7b846bb (patch)
treeb8d438932ace969833c018b7d0088b77fd2fdb11 /pkgs/development/python-modules/python-engineio
parent006ffd825232f4bc538b5afd9e26baf111b4a6ce (diff)
python310Packages.python-engineio: 4.3.2 -> 4.3.3
Diffstat (limited to 'pkgs/development/python-modules/python-engineio')
-rw-r--r--pkgs/development/python-modules/python-engineio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-engineio/default.nix b/pkgs/development/python-modules/python-engineio/default.nix
index 9ddbc92125f2..6a7495041f7a 100644
--- a/pkgs/development/python-modules/python-engineio/default.nix
+++ b/pkgs/development/python-modules/python-engineio/default.nix
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "python-engineio";
- version = "4.3.2";
+ version = "4.3.3";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "miguelgrinberg";
repo = "python-engineio";
rev = "v${version}";
- sha256 = "sha256-RXIFfd4eeRLaDPe6+8jhIN2TI1yz/uDfnvWT95euaIo=";
+ sha256 = "sha256-+0H7Ojy5/K0EllNTSvGLNIZlglcMh76r9XHxFMUwrrY=";
};
checkInputs = [