diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2023-08-27 21:18:08 +0200 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2023-08-27 21:18:08 +0200 |
| commit | 524abda807b279c9768be0b9e687983b1871d3e8 (patch) | |
| tree | 3cb795fcd583dfdf66a758e8f536cbad7f8287ab /pkgs/development/python-modules/python-engineio | |
| parent | 3fabe187426a3c69899b09347a11a6ec2c01e3a0 (diff) | |
python311Packages.python-engineio: 4.5.1 -> 4.6.1
Diff: https://github.com/miguelgrinberg/python-engineio/compare/refs/tags/v4.5.1...v4.6.1
Changelog: https://github.com/miguelgrinberg/python-engineio/blob/v4.6.1/CHANGES.md
Diffstat (limited to 'pkgs/development/python-modules/python-engineio')
| -rw-r--r-- | pkgs/development/python-modules/python-engineio/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-engineio/default.nix b/pkgs/development/python-modules/python-engineio/default.nix index 4c757735ada5..9a0269c983f0 100644 --- a/pkgs/development/python-modules/python-engineio/default.nix +++ b/pkgs/development/python-modules/python-engineio/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "python-engineio"; - version = "4.5.1"; + version = "4.6.1"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "miguelgrinberg"; repo = "python-engineio"; rev = "refs/tags/v${version}"; - hash = "sha256-XTr5potc3t9TxHEqMydRsAzslmLnrzsGqDaM8qdKfp8="; + hash = "sha256-za2JY5Gu9MEqi3W1zxcuwYiJ5XLc43ig6Hdx/4JwDbY="; }; nativeCheckInputs = [ |
