Merge staging-next into staging

This commit is contained in:
nixpkgs-ci[bot]
2025-08-16 06:06:02 +00:00
committed by GitHub
@@ -4,7 +4,7 @@
fetchFromGitHub,
# build-system
hatchling,
uv-build,
# dependencies
django,
@@ -16,17 +16,17 @@
buildPythonPackage rec {
pname = "django-bootstrap3";
version = "25.1";
version = "25.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "zostera";
repo = "django-bootstrap3";
tag = "v${version}";
hash = "sha256-gRDU2IDE6cOVBJzdOs8Ww9mItMy/2DPMYusC0TCTqkI=";
hash = "sha256-TaB2PeBjmCNFuEZ+To2Q3C6zlFCaaTB70LxQWWb5AEo=";
};
build-system = [ hatchling ];
build-system = [ uv-build ];
dependencies = [ django ];