Skip to content

Commit

Permalink
Merge pull request #327762 from panicgh/pytest-asyncio-0-21
Browse files Browse the repository at this point in the history
python3Packages.pytest-asyncio_0_21: 0.21.1 -> 0.21.2
  • Loading branch information
NickCao authored Jul 17, 2024
2 parents 34bd432 + 7224c7e commit 90ed471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12283,12 +12283,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=";
};
});

Expand Down

0 comments on commit 90ed471

Please sign in to comment.