Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #146195 from fabaff/bump-python-socketio

python3Packages.python-socketio: 5.4.1 -> 5.5.0

authored by

Fabian Affolter and committed by
GitHub
6b68d74f 92fe576c

+2 -2
+2 -2
pkgs/development/python-modules/python-socketio/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "python-socketio"; 17 - version = "5.4.1"; 17 + version = "5.5.0"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.6"; ··· 23 23 owner = "miguelgrinberg"; 24 24 repo = "python-socketio"; 25 25 rev = "v${version}"; 26 - sha256 = "sha256-qmC7AL2ZNB0D5p3c8ozacNMKc2COzYzPJfz6KXwWsd0="; 26 + sha256 = "sha256-K5rs3UEGN1BvWDDfJE9/dPDLsZ4EGSsEf6PXodvc2Bg="; 27 27 }; 28 28 29 29 propagatedBuildInputs = [