From 81663d25c2f989f23de5e88ee964cfdb1d8efa72 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 10 Sep 2024 10:45:00 +0200 Subject: [PATCH] python312Packages.yalexs: 8.6.3 -> 8.6.4 Diff: https://github.com/bdraco/yalexs/compare/refs/tags/v8.6.3...v8.6.4 Changelog: https://github.com/bdraco/yalexs/blob/refs/tags/v8.6.4/CHANGELOG.md --- pkgs/development/python-modules/yalexs/default.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/yalexs/default.nix b/pkgs/development/python-modules/yalexs/default.nix index b29576d5f691..953f818e8337 100644 --- a/pkgs/development/python-modules/yalexs/default.nix +++ b/pkgs/development/python-modules/yalexs/default.nix @@ -10,12 +10,13 @@ freenub, poetry-core, pyjwt, + pytest-asyncio, + pytest-cov-stub, + pytest-freezegun, pytestCheckHook, python-dateutil, python-socketio, pythonOlder, - pytest-asyncio, - pytest-cov-stub, requests-mock, requests, typing-extensions, @@ -23,7 +24,7 @@ buildPythonPackage rec { pname = "yalexs"; - version = "8.6.3"; + version = "8.6.4"; pyproject = true; disabled = pythonOlder "3.9"; @@ -32,7 +33,7 @@ buildPythonPackage rec { owner = "bdraco"; repo = "yalexs"; rev = "refs/tags/v${version}"; - hash = "sha256-z01q+sUuj9BvcN56+c3vti8xUnWhYGuV/BTXhvcTl30="; + hash = "sha256-KUm+e/ZrfkrS4MA0Wb3VAo9URYmC0ucKw3L+yMMoMtU="; }; build-system = [ poetry-core ]; @@ -54,9 +55,10 @@ buildPythonPackage rec { nativeCheckInputs = [ aioresponses aiounittest - pytestCheckHook pytest-asyncio pytest-cov-stub + pytest-freezegun + pytestCheckHook requests-mock ];