Skip to content

Commit

Permalink
djlint: 1.34.1 -> 1.35.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 4, 2024
1 parent 13d9903 commit 2875198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/djlint/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
Expand Down

0 comments on commit 2875198

Please sign in to comment.