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

python311Packages.django-stubs: 4.2.0 -> 4.2.3
This commit is contained in:
Nick Cao 2023-07-29 06:13:14 -06:00 committed by GitHub
commit da2f86c3ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "django-stubs";
version = "4.2.0";
version = "4.2.3";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-k7r/gk8KBW5xA2tCO5QqdPB7kJ5F4/o4GFuRD1l8XAg=";
hash = "sha256-2tqzm0bZro83qOh5xZDzmp4EK1ZcA/oMWo91S0QbHyM=";
};
propagatedBuildInputs = [