python3Packages.django-tables2: 2.8.0 -> 3.0.0

https://github.com/jieter/django-tables2/blob/v3.0.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-04-18 00:49:38 +02:00
parent a906f32198
commit 0ef58da13d
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "django-tables2";
version = "2.8.0";
version = "3.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jieter";
repo = "django-tables2";
tag = "v${version}";
hash = "sha256-gEURC3LUBdqebd4+TAJcbgn4SpY1oTI+tg9p2GGKClE=";
hash = "sha256-hy1eh+cSYK7TPgenCEo8J7msKgvk7i69PUb6m9NuCIA=";
};
build-system = [ hatchling ];