summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-socketio
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2022-02-21 11:00:01 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2022-02-21 11:00:01 +0100
commit4de4b2643fbed4acf25c3226cde638bc1a34b5fd (patch)
treefae6cb4deae0d4f8cda081edaaa54d481c3ee415 /pkgs/development/python-modules/python-socketio
parentbe4fb3e4c25967334e175c1a290a1a0592b1b7fe (diff)
python3Packages.python-socketio: 5.5.1 -> 5.5.2
Diffstat (limited to 'pkgs/development/python-modules/python-socketio')
-rw-r--r--pkgs/development/python-modules/python-socketio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-socketio/default.nix b/pkgs/development/python-modules/python-socketio/default.nix
index 0484a75eaeae..e41942317f99 100644
--- a/pkgs/development/python-modules/python-socketio/default.nix
+++ b/pkgs/development/python-modules/python-socketio/default.nix
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "python-socketio";
- version = "5.5.1";
+ version = "5.5.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "miguelgrinberg";
repo = "python-socketio";
rev = "v${version}";
- sha256 = "sha256-mtXGSd7Y+frT22EL3QmiBNatwc6IrJqGBRfsQlD8LLk=";
+ sha256 = "sha256-ZTjh9gtnJwFG2qWH6FBrvLHKsEuTjkcKL6j6Mdos6zo=";
};
propagatedBuildInputs = [