python3Packages.django-filter: 25.1 -> 25.2

This commit is contained in:
R. Ryantm
2026-04-15 14:37:27 -07:00
committed by Robert Schütz
parent b71d6806cd
commit 01802c5640
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "django-filter";
version = "25.1";
version = "25.2";
pyproject = true;
src = fetchFromGitHub {
owner = "carltongibson";
repo = "django-filter";
tag = version;
hash = "sha256-ODbBlaJo6sgXkFxLNhqwGTXSHs2d6R6wGKyDz5qA7bs=";
hash = "sha256-hufqurodhd+cKs8UHvxbn62nfcZRg2Hcv2v/inkUoVg=";
};
build-system = [ flit-core ];