python313Packages.django-bootstrap4: 25.1 -> 25.1

https://github.com/zostera/django-bootstrap4/blob/refs/tags/v25.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2025-03-03 03:01:41 +01:00
parent 123dff69d2
commit 706283d851
@@ -4,8 +4,7 @@
fetchFromGitHub,
# build-system
setuptools,
setuptools-scm,
hatchling,
# non-propagates
django,
@@ -14,27 +13,23 @@
beautifulsoup4,
# tests
python,
pytest-django,
pytestCheckHook,
}:
buildPythonPackage rec {
pname = "django-bootstrap4";
version = "24.4";
version = "25.1";
pyproject = true;
src = fetchFromGitHub {
owner = "zostera";
repo = "django-bootstrap4";
tag = "v${version}";
hash = "sha256-9URZ+10GVX171Zht49UQEDkVOZ7LfOtUvapLydzNAlk=";
hash = "sha256-WIz7T2f3xvsT2rSq1MUFwHpvzgHyLgTRpzb9z98sUmo=";
};
build-system = [
setuptools
setuptools-scm
];
build-system = [ hatchling ];
dependencies = [ beautifulsoup4 ];