djlint: 1.32.1 -> 1.34.1

This commit is contained in:
traxys 2023-12-28 12:28:40 +01:00
parent 07a7e0980c
commit 823c595d1c

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "djlint";
version = "1.32.1";
format = "pyproject";
version = "1.34.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Riverside-Healthcare";
repo = "djlint";
rev = "v${version}";
hash = "sha256-///ZEkVohioloBJn6kxpEK5wmCzMp9ZYeAH1mONOA0E=";
hash = "sha256-p9RIzX9zoZxBrhiNaIeCX9OgfQm/lXNwYsh6IcsnIVk=";
};
nativeBuildInputs = [