python312Packages.django-autocomplete-light: 3.11.0 -> 3.12.1 (#392482)

This commit is contained in:
Bruno BELANYI
2025-03-23 21:25:36 +00:00
committed by GitHub

View File

@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "django-autocomplete-light";
version = "3.11.0";
version = "3.12.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "yourlabs";
repo = "django-autocomplete-light";
tag = version;
hash = "sha256-Lcl14CVmpDoEdEq49sL4GFtWWqFcVoSjOJOBU7oWeH4=";
hash = "sha256-ctNbbmTUgrkLGCo7tgPIJpLn7RmkZSuj54/5RBe/sdA=";
};
build-system = [ setuptools ];