python3Packages.lcgit: 2.0.0 -> 2.1.0

This commit is contained in:
R. Ryantm
2025-10-16 13:09:17 +00:00
parent 5d1f6df5e1
commit 2af9a28def
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "lcgit";
version = "2.0.0";
version = "2.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "cisagov";
repo = "lcgit";
tag = "v${version}";
hash = "sha256-unw5xY5iZlVrV01hchHS3Ar+zpF7awTAutcqndKH0Ic=";
hash = "sha256-s77Pq5VjXFyycVYwaomhdNWXKU4vGRJT6+t89UvGdn4=";
};
build-system = [ setuptools ];