0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python311Packages.django-crispy-bootstrap5: 2023.10 -> 2024.2

This commit is contained in:
R. Ryantm 2024-02-25 18:15:35 +00:00
parent ad87500e1b
commit c26c72864f

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "django-crispy-bootstrap5";
version = "2023.10";
version = "2024.2";
format = "pyproject";
src = fetchFromGitHub {
owner = "django-crispy-forms";
repo = "crispy-bootstrap5";
rev = "refs/tags/${version}";
hash = "sha256-AUMlLj3GmI+0vYw56Dw2+iF5s1l6GF+zV7PRD889ldg=";
hash = "sha256-ehcDwy53pZCqouvUm6qJG2FJzlFZaygTZxNYPOqH1q0=";
};
propagatedBuildInputs = [