python312Packages.django-stubs-ext: 5.1.0 -> 5.1.1

This commit is contained in:
R. Ryantm 2024-10-27 03:16:31 +00:00
parent 79ed655a86
commit 54dbaaa65b

View File

@ -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 ];