python3Packages.lcgit: 2.1.0 -> 3.0.0

This commit is contained in:
R. Ryantm
2025-12-03 23:24:13 +00:00
parent c03df33054
commit 256da48d32
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "lcgit";
version = "2.1.0";
version = "3.0.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "cisagov";
repo = "lcgit";
tag = "v${version}";
hash = "sha256-s77Pq5VjXFyycVYwaomhdNWXKU4vGRJT6+t89UvGdn4=";
hash = "sha256-nCsTA0BKE/0afcqqqEx0mUrLOFbta14TPtNXHD67mas=";
};
build-system = [ setuptools ];