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

This commit is contained in:
R. Ryantm
2024-08-09 11:14:12 +00:00
parent 93571dd5a0
commit 1761206c6a
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "django-stubs-ext";
version = "5.0.3";
version = "5.0.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "django_stubs_ext";
inherit version;
hash = "sha256-zTYfW5Ucar34Z8VdJHVB8GCdHoM0zLCcehKRARFCUjQ=";
hash = "sha256-hdoGUiQgR3Qgi+KcfQK0SC1aaSGKcoRlwvvkFyX9yBk=";
};
nativeBuildInputs = [ setuptools ];