Skip to content

Commit

Permalink
python312Packages.lm-format-enforcer: 0.10.4 -> 0.10.7 (#331894)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Sep 11, 2024
2 parents 1a280ed + 185bb17 commit 4f807e8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "lm-format-enforcer";
version = "0.10.4";
version = "0.10.7";
pyproject = true;

src = fetchFromGitHub {
owner = "noamgat";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-GOnMj910rgzYeIeN2yLcXZDDel/Hu6nv7ov5BrlHJLg=";
hash = "sha256-25/qnSKBXbyAnasNYuv+LV2U2KLipKtH6B+wXlH6eRs=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 4f807e8

Please sign in to comment.