python3Packages.pytest-asyncio_0_21: 0.21.1 -> 0.21.2

https://github.com/pytest-dev/pytest-asyncio/releases/tag/v0.21.2
This commit is contained in:
Nicolas Benes
2024-07-17 01:12:45 +02:00
parent 034f3eec9b
commit 7224c7e1ec
+2 -2
View File
@@ -12273,12 +12273,12 @@ self: super: with self; {
pytest-asyncio = callPackage ../development/python-modules/pytest-asyncio { };
pytest-asyncio_0_21 = pytest-asyncio.overridePythonAttrs (old: rec {
version = "0.21.1";
version = "0.21.2";
src = pkgs.fetchFromGitHub {
owner = "pytest-dev";
repo = "pytest-asyncio";
rev = "refs/tags/v${version}";
hash = "sha256-Wpo8MpCPGiXrckT2x5/yBYtGlzso/L2urG7yGc7SPkA=";
hash = "sha256-AVVvdo/CDF9IU6l779sLc7wKz5h3kzMttdDNTPLYxtQ=";
};
});