python312Packages.django-stubs-ext: 5.1.2 -> 5.1.3 (#376260)

This commit is contained in:
Weijia Wang
2025-02-25 11:32:03 +01:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "django-stubs-ext";
version = "5.1.2";
version = "5.1.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "django_stubs_ext";
inherit version;
hash = "sha256-QhwMMCWmjjq44W8GX62bqTM17O/i3ZKgz/l6ZlaAJmw=";
hash = "sha256-PmD4Izfw1Ao2LzSb8VU5FEuW5M6029Ajm+HNcfanStA=";
};
build-system = [ setuptools ];