python3Packages.yalexs: 9.0.1 -> 9.2.0

Diff: https://github.com/bdraco/yalexs/compare/v9.0.1...v9.2.0

Changelog: https://github.com/bdraco/yalexs/blob/v9.2.0/CHANGELOG.md
This commit is contained in:
Robert Schütz
2025-10-01 14:20:41 -07:00
parent b914d98678
commit aed05add38
@@ -17,7 +17,6 @@
pytestCheckHook,
python-dateutil,
python-socketio,
pythonOlder,
requests-mock,
requests,
typing-extensions,
@@ -25,16 +24,14 @@
buildPythonPackage rec {
pname = "yalexs";
version = "9.0.1";
version = "9.2.0";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "bdraco";
repo = "yalexs";
tag = "v${version}";
hash = "sha256-ISrmOumxOmCpelHFdKGFsRVtvPP+Fys8Db0SPsxgHWs=";
hash = "sha256-t7C2x3aH3ltDthBlt+ghSj9SEfZ4jm4Fgs0KAIm7cBA=";
};
build-system = [ poetry-core ];