python3Packages.django-stubs-ext: 5.1.3 -> 5.2.0 (#405935)

This commit is contained in:
Weijia Wang
2025-05-24 20:32:44 +02:00
committed by GitHub
@@ -13,15 +13,15 @@
buildPythonPackage rec {
pname = "django-stubs-ext";
version = "5.1.3";
version = "5.2.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.10";
src = fetchPypi {
pname = "django_stubs_ext";
inherit version;
hash = "sha256-PmD4Izfw1Ao2LzSb8VU5FEuW5M6029Ajm+HNcfanStA=";
hash = "sha256-AMSuMHtTj1ZDr3YakUw/jk4/JfTnxtcJjxkGwNjyqsk=";
};
build-system = [ setuptools ];