python3Packages.django-bootstrap5: 25.2 -> 26.1

https://github.com/zostera/django-bootstrap5/blob/v26.1/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:32:52 +01:00
parent 6d8c79352a
commit e5e9fc9dd9
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "django-bootstrap5";
version = "25.2";
version = "26.1";
pyproject = true;
src = fetchFromGitHub {
owner = "zostera";
repo = "django-bootstrap5";
tag = "v${version}";
hash = "sha256-aqP2IkAkZsw5vbQxhiy9L3giSgb0seub9gsxPTajiXo=";
hash = "sha256-kLq1BHN4PKwtAH/TqHn8B697K9Nk5mNMpjUsW5cCrj4=";
};
patches = [