Skip to content

Commit

Permalink
Merge pull request NixOS#281855 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.python-socketio

python311Packages.python-socketio: 5.10.0 -> 5.11.1
  • Loading branch information
fabaff authored Feb 16, 2024
2 parents ffbcfb9 + 22ffaa5 commit 49d9e5c
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 49d9e5c

Please sign in to comment.