summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-engineio
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-05-05 23:53:01 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-05-05 15:33:04 -0700
commit48d927f87fb60aab3d82badb61178df0b761544a (patch)
treece50fe9723a6eae4cd1cbffa352db623a8513500 /pkgs/development/python-modules/python-engineio
parent8438c097b2b7125ee3eb448a26a3627f2bf66969 (diff)
python310Packages.python-engineio: 4.3.1 -> 4.3.2
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 da9296387576..9ddbc92125f2 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.1";
+ version = "4.3.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "miguelgrinberg";
repo = "python-engineio";
rev = "v${version}";
- sha256 = "sha256-8595zivZmff0agFiQd5Qyd/T3BDxYcsb4RjA5AWXVNM=";
+ sha256 = "sha256-RXIFfd4eeRLaDPe6+8jhIN2TI1yz/uDfnvWT95euaIo=";
};
checkInputs = [