python3Packages.django-stubs: 5.1.1 -> 5.1.2

https://github.com/typeddjango/django-stubs/releases/tag/5.1.2
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:13 +01:00
parent 0b9ef9e7b5
commit 575732a4ac
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "django-stubs";
version = "5.1.1";
version = "5.1.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "django_stubs";
inherit version;
hash = "sha256-Em01S73/SQbE6T5jYRl/b7+2Ixw99t74Wikdrm+fV3s=";
hash = "sha256-oPyzZZurRqbYNcwtm/8/wpw2zOpBoQ6LGTBCe8D58N8=";
};
build-system = [ setuptools ];