diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2019-12-19 20:31:21 +0100 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2019-12-30 16:46:46 +0100 |
| commit | 04d21172e4c36d93fd4e65d12754707504c04790 (patch) | |
| tree | 7613a4a29a5151b18fff72e13bf66c913e28794e /pkgs/development/python-modules/python-socketio | |
| parent | 2771f27e093a37f9482d2d7f3b45bcfbe0720de8 (diff) | |
python: python-socketio: 4.3.1 -> 4.4.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 a666a6428e77..8f85f991534d 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.3.1"; + version = "4.4.0"; src = fetchPypi { inherit pname version; - sha256 = "506b2cf7a520b40ea0b3f25e1272eff8de134dce6f471c1f6bc0de8c90fe8c57"; + sha256 = "48cba5b827ac665dbf923a4f5ec590812aed5299a831fc43576a9af346272534"; }; propagatedBuildInputs = [ |
