python3Packages.pytest-django: 4.8.0 -> 4.9.0

https://github.com/pytest-dev/pytest-django/blob/v4.9.0/docs/changelog.rst
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:08 +02:00
parent d953eef75f
commit 52185a6b67
@@ -10,14 +10,16 @@
pytest-xdist,
pytestCheckHook,
}:
buildPythonPackage rec {
pname = "pytest-django";
version = "4.8.0";
version = "4.9.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-XQVP4BHFbzsQ+Xj0Go77Llrfx+aA7zb7VxraHyR3nZA=";
pname = "pytest_django";
inherit version;
hash = "sha256-i/e8NYya5vb8UbbOuxkP4gISGW5oBxIfEb1qOwNCgxQ=";
};
build-system = [