diff options
| author | João Figueira <jmc.figueira@campus.fct.unl.pt> | 2022-01-24 01:33:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-24 01:33:13 +0000 |
| commit | ae10fad86b2d7a357825c19a563dd5dac60a67da (patch) | |
| tree | a2bde77769ba6055989c27aaf1ac7287ad56d640 /pkgs/development/python-modules/python-socketio/default.nix | |
| parent | 0ac894e7d1d91e32fdcdc901229f16f27f321374 (diff) | |
| parent | 8dbc4efd40169a8e3e57375b08d78205e5f83ff0 (diff) | |
Merge branch 'master' into wine-wayland
Diffstat (limited to 'pkgs/development/python-modules/python-socketio/default.nix')
| -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 635f9cd13daf..0484a75eaeae 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.0"; + version = "5.5.1"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "miguelgrinberg"; repo = "python-socketio"; rev = "v${version}"; - sha256 = "sha256-K5rs3UEGN1BvWDDfJE9/dPDLsZ4EGSsEf6PXodvc2Bg="; + sha256 = "sha256-mtXGSd7Y+frT22EL3QmiBNatwc6IrJqGBRfsQlD8LLk="; }; propagatedBuildInputs = [ |
