From 3c90efc144b98fb8b8b8679125531abfca594225 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 31 Jul 2024 22:07:46 +0200 Subject: [PATCH] python312Packages.pytest-aio: 1.8.1 -> 1.9.0 Diff: https://github.com/klen/pytest-aio/compare/refs/tags/1.8.1...1.9.0 Changelog: https://github.com/klen/pytest-aio/blob/1.9.0/CHANGELOG.md --- pkgs/development/python-modules/pytest-aio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest-aio/default.nix b/pkgs/development/python-modules/pytest-aio/default.nix index ef643d765a7a..5706ffce5ce9 100644 --- a/pkgs/development/python-modules/pytest-aio/default.nix +++ b/pkgs/development/python-modules/pytest-aio/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "pytest-aio"; - version = "1.8.1"; + version = "1.9.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "klen"; repo = "pytest-aio"; rev = "refs/tags/${version}"; - hash = "sha256-MexIL9yFTzhkJ/61GgYoT54MWV8B0c1/CWkN5FVTvnw="; + hash = "sha256-6RxYn8/HAvXv1AEgSIEOLiaBkGgTcqQhWK+xbtxgj/o="; }; build-system = [ poetry-core ];