Skip to content

Commit

Permalink
python311Packages.python-socketio: 5.10.0 -> 5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Feb 7, 2024
1 parent cd5c10f commit 22ffaa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-socketio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

buildPythonPackage rec {
pname = "python-socketio";
version = "5.10.0";
version = "5.11.1";
pyproject = true;

disabled = pythonOlder "3.6";
Expand All @@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "miguelgrinberg";
repo = "python-socketio";
rev = "refs/tags/v${version}";
hash = "sha256-nlzTzIswMRjvJ9l9TOtVvRvbKlQPvNH0/P1NIbQCmy8=";
hash = "sha256-miIl/+3JtjtoQaS6Jy0M9lPQJQp3VlpvrO5Hqlrq5JM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 22ffaa5

Please sign in to comment.