python312Packages.django-stubs-ext: 5.0.2 -> 5.0.3

This commit is contained in:
R. Ryantm 2024-07-28 14:43:50 +00:00
parent a5b2fe7374
commit aa64dffde3

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "django-stubs-ext";
version = "5.0.2";
version = "5.0.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "django_stubs_ext";
inherit version;
hash = "sha256-QJxiWF1/mWzvXHYObifqP/KflhyUN0fmdRnIN0IsrTI=";
hash = "sha256-zTYfW5Ucar34Z8VdJHVB8GCdHoM0zLCcehKRARFCUjQ=";
};
nativeBuildInputs = [ setuptools ];