Skip to content

Commit

Permalink
python312Packages.python-engineio: 4.9.1 -> 4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 16, 2024
1 parent e08d911 commit c9641fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/python-engineio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

buildPythonPackage rec {
pname = "python-engineio";
version = "4.9.1";
version = "4.10.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "miguelgrinberg";
repo = "python-engineio";
rev = "refs/tags/v${version}";
hash = "sha256-wn2qiVkL05GTopGJeghHe9i+wyOQZbEeYDmEIIbXDS0=";
hash = "sha256-qfFMpE0aW8/TUBaKcaD/qV+JaBEqNR3WZ+mhQQsXkdU=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit c9641fa

Please sign in to comment.