Skip to content

Commit

Permalink
djlint: 1.35.2 -> 1.36.4
Browse files Browse the repository at this point in the history
  • Loading branch information
traxys committed Dec 28, 2024
1 parent f91fbd1 commit 113a737
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkgs/by-name/dj/djlint/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@

python3.pkgs.buildPythonApplication rec {
pname = "djlint";
version = "1.35.2";
version = "1.36.4";
pyproject = true;

src = fetchFromGitHub {
owner = "Riverside-Healthcare";
repo = "djlint";
rev = "refs/tags/v${version}";
hash = "sha256-KdIK6SgOQiNc13Nzg6MI38BdkBdEClnMn1RcWvngP+A=";
tag = "v${version}";
hash = "sha256-1DXBDVe8Ae8joJOYwwlBZB8MVubDPVhh+TiJBpL2u2M=";
};

build-system = with python3.pkgs; [
poetry-core
hatchling
];

pythonRelaxDeps = [
Expand All @@ -29,8 +29,6 @@ python3.pkgs.buildPythonApplication rec {
click
colorama
cssbeautifier
html-tag-names
html-void-elements
jsbeautifier
json5
pathspec
Expand All @@ -47,6 +45,7 @@ python3.pkgs.buildPythonApplication rec {
mainProgram = "djlint";
homepage = "https://github.com/Riverside-Healthcare/djlint";
license = lib.licenses.gpl3Only;
changelog = "https://github.com/djlint/djLint/blob/v${version}/CHANGELOG.md";
maintainers = with lib.maintainers; [ traxys ];
};
}

0 comments on commit 113a737

Please sign in to comment.