Merge pull request #243025 from r-ryantm/auto-update/python311Packages.django-stubs-ext

python311Packages.django-stubs-ext: 4.2.1 -> 4.2.2
This commit is contained in:
Weijia Wang 2023-07-12 16:20:36 +03:00 committed by GitHub
commit 68d15fd8f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [