diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2022-05-05 23:51:52 +0200 |
|---|---|---|
| committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2022-05-05 15:33:04 -0700 |
| commit | 8438c097b2b7125ee3eb448a26a3627f2bf66969 (patch) | |
| tree | 85aaf400e9eb708823d4d3f338ead859eaa52961 /pkgs/development/python-modules/python-socketio | |
| parent | 129d4dd6cd5849aa47f2077561e82f7b4c344607 (diff) | |
python310Packages.python-socketio: 5.5.2 -> 5.6.0
Diffstat (limited to 'pkgs/development/python-modules/python-socketio')
| -rw-r--r-- | pkgs/development/python-modules/python-socketio/default.nix | 4 |
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 e41942317f99..2e35def27102 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.2"; + version = "5.6.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "miguelgrinberg"; repo = "python-socketio"; rev = "v${version}"; - sha256 = "sha256-ZTjh9gtnJwFG2qWH6FBrvLHKsEuTjkcKL6j6Mdos6zo="; + sha256 = "sha256-zsTSz2RHtr4LqqPCkvHcaAw7RvfkHTNDm83OS+SgMUU="; }; propagatedBuildInputs = [ |
