python3Packages.django-stubs: 5.2.2 -> 5.2.9
https://github.com/typeddjango/django-stubs/releases/tag/5.2.9 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
django-stubs-ext,
|
||||
django,
|
||||
fetchFromGitHub,
|
||||
hatchling,
|
||||
uv-build,
|
||||
redis,
|
||||
mypy,
|
||||
pytest-mypy-plugins,
|
||||
@@ -20,17 +20,17 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "django-stubs";
|
||||
version = "5.2.2";
|
||||
version = "5.2.9";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "typeddjango";
|
||||
repo = "django-stubs";
|
||||
tag = version;
|
||||
hash = "sha256-kF5g0/rkMQxYTfSrTqzZ6BuqGlE42K/AVhc1/ARc+/c=";
|
||||
hash = "sha256-42FluS2fmfgj4qk2u+Z/7TGhXY4WKUc0cI00go6rnGc=";
|
||||
};
|
||||
|
||||
build-system = [ hatchling ];
|
||||
build-system = [ uv-build ];
|
||||
|
||||
dependencies = [
|
||||
django
|
||||
@@ -71,7 +71,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "PEP-484 stubs for Django";
|
||||
homepage = "https://github.com/typeddjango/django-stubs";
|
||||
changelog = "https://github.com/typeddjango/django-stubs/releases/tag/${version}";
|
||||
changelog = "https://github.com/typeddjango/django-stubs/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user