python312Packages.django-stubs-ext: 5.1.0 -> 5.1.1 (#351553)

This commit is contained in:
OTABI Tomoya
2024-10-29 17:50:24 +09:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "django-stubs-ext";
version = "5.1.0";
version = "5.1.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "django_stubs_ext";
inherit version;
hash = "sha256-7X1RwLcxZRh5/HXzMfsIBtmLZ7+rRk6W4nJNtrRu+SY=";
hash = "sha256-23Nk5PUK5+U2CZPb1Yo6V+pLLn5bqw+9UlzNs+eXXRw=";
};
build-system = [ setuptools ];