python3Packages.django-stubs-ext: 5.1.3 -> 5.2.0

This commit is contained in:
R. Ryantm
2025-05-24 20:09:17 +02:00
committed by Weijia Wang
parent fa8a70d0fc
commit cb3f7bdbf8
@@ -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 ];