diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2019-10-24 08:47:46 +0200 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2019-10-27 16:26:51 +0100 |
| commit | 8f6f287dfe01e43fc00ade37d9945a16ecac9e70 (patch) | |
| tree | e314938dde854877039a70ce588a876ea5d3969e /pkgs/development/python-modules/python-socketio/default.nix | |
| parent | 597b5c90e9c7b4f7c2f291a8814a30e40a42b638 (diff) | |
python: python-socketio: 3.1.2 -> 4.3.1
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 5dff7189e66c..a666a6428e77 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 = "3.1.2"; + version = "4.3.1"; src = fetchPypi { inherit pname version; - sha256 = "aa702157694d55a743fb6f1cc0bd1af58fbfda8a7d71d747d4b12d6dac29cab3"; + sha256 = "506b2cf7a520b40ea0b3f25e1272eff8de134dce6f471c1f6bc0de8c90fe8c57"; }; propagatedBuildInputs = [ |
