python3Packages.django-stubs-ext: 5.2.2 -> 5.2.5

This commit is contained in:
R. Ryantm
2025-09-13 02:44:56 +00:00
parent 2ca437b479
commit 70ee5935cd
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "django-stubs-ext";
version = "5.2.2";
version = "5.2.5";
pyproject = true;
src = fetchFromGitHub {
owner = "typeddjango";
repo = "django-stubs";
tag = version;
hash = "sha256-kF5g0/rkMQxYTfSrTqzZ6BuqGlE42K/AVhc1/ARc+/c=";
hash = "sha256-v+MlMy9XABb9gw3U6Xv+aXXF6AZuvu+OBdU5+8tE9Oo=";
};
postPatch = ''