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:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user