1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python312Packages.lm-format-enforcer: 0.10.4 -> 0.10.7 (#331894)

This commit is contained in:
Weijia Wang 2024-09-11 15:54:33 +02:00 committed by GitHub
commit 4f807e8940
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ];