python3Packages.lcn-frontend: 0.2.8 -> 0.2.9

This commit is contained in:
R. Ryantm
2026-05-15 04:22:04 +00:00
parent 2dcb5d27c0
commit b7a413da08
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "lcn-frontend";
version = "0.2.8";
version = "0.2.9";
pyproject = true;
src = fetchPypi {
pname = "lcn_frontend";
inherit version;
hash = "sha256-1NOZGV2sLlJABBa3pzfOcBanSgqQ4DQGb61nkRgNVzw=";
hash = "sha256-JQcnfBqwlDp31XRg2yBG9HZ8j4avxp57Qa3gBqT+67I=";
};
build-system = [ setuptools ];