python3Packages.django-filter: 25.2 -> 26.1 (#542706)

This commit is contained in:
Sandro
2026-07-24 15:28:45 +00:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -114,6 +114,7 @@ pythonPackages.buildPythonApplication (finalAttrs: {
"django-allauth"
"django-auditlog"
"django-cachalot"
"django-filter"
"django-guardian"
"drf-spectacular-sidecar"
"python-dotenv"
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "django-filter";
version = "25.2";
version = "26.1";
pyproject = true;
src = fetchFromGitHub {
owner = "carltongibson";
repo = "django-filter";
tag = version;
hash = "sha256-hufqurodhd+cKs8UHvxbn62nfcZRg2Hcv2v/inkUoVg=";
hash = "sha256-Sls/imzl2dzUfVcJTUqpCQTDRH9H09uxx27TnU0R0WI=";
};
build-system = [ flit-core ];