Merge pull request #335062 from r-ryantm/auto-update/python312Packages.django-stubs

python312Packages.django-stubs: 5.0.2 -> 5.0.4
This commit is contained in:
Nick Cao 2024-08-16 08:56:07 -04:00 committed by GitHub
commit 366d857100
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "django-stubs";
version = "5.0.2";
version = "5.0.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "django_stubs";
inherit version;
hash = "sha256-I2vFYG5WB8uWj5K2SEcfntqkYad0vAE7+ea/+HMPa98=";
hash = "sha256-eON2RIj9/SaV8SUCE2VI7CL41LF4BUGoNQQrgjjRFRQ=";
};
nativeBuildInputs = [ setuptools ];