python312Packages.djangorestframework-stubs: 3.15.0 -> 3.15.1

This commit is contained in:
R. Ryantm
2024-09-13 08:02:01 +00:00
parent a0620779ec
commit 0de7cb6bc4
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "djangorestframework-stubs";
version = "3.15.0";
version = "3.15.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "typeddjango";
repo = "djangorestframework-stubs";
rev = "refs/tags/${version}";
hash = "sha256-5fZzSRn59ii41QKOqkZUXTDnm70Um9SY445Vfoo8sgg=";
hash = "sha256-m9KxC3dGe+uRB3YIykV/SCOHeItRYNKopF9fqCd10Vk=";
};
nativeBuildInputs = [ setuptools ];