python311Packages.django-stubs-ext: 4.2.1 -> 4.2.2

This commit is contained in:
R. Ryantm 2023-07-12 08:32:47 +00:00
parent 212f20a907
commit cb9c05039b

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "django-stubs-ext";
version = "4.2.1";
version = "4.2.2";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-JpbW99hTg0GwYM/6lWXHLqeX6GZofgQLhtKcrYeZ5f4=";
hash = "sha256-xp0cxG8cTDt4lLaFpQIsKbKjbHz7UuI3YurzV+v8LJg=";
};
propagatedBuildInputs = [