From 1d9f3d535f1b2c6efa2355d3b1849b8072c12a4e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 7 Oct 2024 09:50:27 +0200 Subject: [PATCH] python312Packages.yalexs: 8.7.1 -> 8.10.0 Diff: https://github.com/bdraco/yalexs/compare/refs/tags/v8.7.1...v8.10.0 Changelog: https://github.com/bdraco/yalexs/blob/refs/tags/v8.10.0/CHANGELOG.md --- pkgs/development/python-modules/yalexs/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/yalexs/default.nix b/pkgs/development/python-modules/yalexs/default.nix index 7505c8e5449f..f55c4b98416b 100644 --- a/pkgs/development/python-modules/yalexs/default.nix +++ b/pkgs/development/python-modules/yalexs/default.nix @@ -9,6 +9,7 @@ fetchFromGitHub, freenub, poetry-core, + propcache, pyjwt, pytest-asyncio, pytest-cov-stub, @@ -24,7 +25,7 @@ buildPythonPackage rec { pname = "yalexs"; - version = "8.7.1"; + version = "8.10.0"; pyproject = true; disabled = pythonOlder "3.9"; @@ -33,7 +34,7 @@ buildPythonPackage rec { owner = "bdraco"; repo = "yalexs"; rev = "refs/tags/v${version}"; - hash = "sha256-+1Ff0VttUm9cwrEWNiKQfBmYjrtA3AZxWVm/iU21XCE="; + hash = "sha256-0fC12QsCOgFc6GJk5T7kCjVHe9W4Fhwmtv3dwJVh9mM="; }; build-system = [ poetry-core ]; @@ -45,6 +46,7 @@ buildPythonPackage rec { aiohttp ciso8601 freenub + propcache pyjwt python-dateutil python-socketio