python312Packages.djangorestframework-stubs: 3.15.1 -> 3.15.2

This commit is contained in:
R. Ryantm
2024-12-16 09:31:09 +00:00
parent 83b0c9fd14
commit 762bd52547
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "djangorestframework-stubs";
version = "3.15.1";
version = "3.15.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,8 +27,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "typeddjango";
repo = "djangorestframework-stubs";
rev = "refs/tags/${version}";
hash = "sha256-m9KxC3dGe+uRB3YIykV/SCOHeItRYNKopF9fqCd10Vk=";
tag = version;
hash = "sha256-ZpnPJZhuKZCy6tV8KBRC4Wjr3t0igQOkkUyVtmmVRMg=";
};
nativeBuildInputs = [ setuptools ];