diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2021-01-06 08:50:07 +0100 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2021-01-06 08:50:07 +0100 |
| commit | 61123bd5baed0e48ac527f62d942cc9530125dbf (patch) | |
| tree | 27d458ed7df2b00068f6a75ad356cda8395641ef /pkgs/development/python-modules/python-socketio | |
| parent | aeebcd7c8ad432077f3c085763219944df2f4bff (diff) | |
python3Packages.python-socketio: 4.6.1 -> 5.0.4
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 cfa260205715..fc6d67fec97e 100644 --- a/pkgs/development/python-modules/python-socketio/default.nix +++ b/pkgs/development/python-modules/python-socketio/default.nix @@ -8,11 +8,11 @@ buildPythonPackage rec { pname = "python-socketio"; - version = "4.6.1"; + version = "5.0.4"; src = fetchPypi { inherit pname version; - sha256 = "cd1f5aa492c1eb2be77838e837a495f117e17f686029ebc03d62c09e33f4fa10"; + sha256 = "0gl9ja1lcppj83bj9452cx6x7das37k4lbq6j82afxczppax0gzm"; }; propagatedBuildInputs = [ |
