python3Packages.lcn-frontend: 0.2.7 -> 0.2.8

This commit is contained in:
R. Ryantm
2025-12-28 20:19:52 +00:00
parent 6ab9745ee4
commit ad1993e0c1
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "lcn-frontend";
version = "0.2.7";
version = "0.2.8";
pyproject = true;
src = fetchPypi {
pname = "lcn_frontend";
inherit version;
hash = "sha256-YymktD+w07A97KNmpdonrFrTf8w5J7FuDg4k1lIwxC8=";
hash = "sha256-1NOZGV2sLlJABBa3pzfOcBanSgqQ4DQGb61nkRgNVzw=";
};
build-system = [ setuptools ];