mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
python3Packages.django-crispy-bootstrap5: 2025.4 -> 2025.6 (#414954)
This commit is contained in:
commit
ee76f43023
1 changed files with 2 additions and 2 deletions
|
@ -11,14 +11,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "django-crispy-bootstrap5";
|
pname = "django-crispy-bootstrap5";
|
||||||
version = "2025.4";
|
version = "2025.6";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "django-crispy-forms";
|
owner = "django-crispy-forms";
|
||||||
repo = "crispy-bootstrap5";
|
repo = "crispy-bootstrap5";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-XU0iPqtq7y74fsBgSQMyoVW48f7QMIIBYHggmvKAjYE=";
|
hash = "sha256-/WQ6GgwhIdFI/515WU2X0EPR0i9nplR7QDa/fBINJLU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue