python3Packages.django-tree-queries: 0.19 -> 0.23

https://github.com/feincms/django-tree-queries/blob/0.23/CHANGELOG.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:43:10 +01:00
parent 6efd9ed4d1
commit 292b533c78
@@ -4,20 +4,21 @@
fetchFromGitHub,
hatchling,
django,
pytest-cov-stub,
pytest-django,
pytestCheckHook,
}:
buildPythonPackage rec {
pname = "django-tree-queries";
version = "0.19";
version = "0.23";
pyproject = true;
src = fetchFromGitHub {
owner = "feincms";
repo = "django-tree-queries";
tag = version;
hash = "sha256-0RSmwgyXaLCp2GcUZ0l7zkyofd5qemd/er+7KfGsoGM=";
hash = "sha256-ZAR93mleN4Gqf9v2ufnPjIqatkygpvXoLpfN4bJpHw8=";
};
build-system = [
@@ -26,6 +27,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
django
pytest-cov-stub
pytest-django
pytestCheckHook
];