djlint: 1.34.1 -> 1.35.2

This commit is contained in:
R. Ryantm 2024-09-04 14:56:22 +00:00
parent 13d99034dc
commit 2875198675

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "djlint";
version = "1.34.1";
version = "1.35.2";
pyproject = true;
src = fetchFromGitHub {
owner = "Riverside-Healthcare";
repo = "djlint";
rev = "refs/tags/v${version}";
hash = "sha256-p9RIzX9zoZxBrhiNaIeCX9OgfQm/lXNwYsh6IcsnIVk=";
hash = "sha256-KdIK6SgOQiNc13Nzg6MI38BdkBdEClnMn1RcWvngP+A=";
};
build-system = with python3.pkgs; [