python312Packages.django-stubs: 5.1.0 -> 5.1.1

This commit is contained in:
R. Ryantm 2024-12-07 07:50:44 +00:00
parent be4a655cf2
commit 83dbd3e7fb

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "django-stubs";
version = "5.1.0";
version = "5.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "django_stubs";
inherit version;
hash = "sha256-hhKMIotl5smoXl3FbrHG9BElkX2uDiHmz+zfGyfmMMU=";
hash = "sha256-Em01S73/SQbE6T5jYRl/b7+2Ixw99t74Wikdrm+fV3s=";
};
build-system = [ setuptools ];