python312Packages.lcn-frontend: 0.1.7 -> 0.2.1

https://github.com/alengwenus/lcn-frontend/releases/tag/0.2.1
This commit is contained in:
Martin Weinelt
2024-11-07 19:04:58 +01:00
parent c5b3382128
commit 549e4ee5a4
@@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "lcn-frontend";
version = "0.1.7";
version = "0.2.1";
pyproject = true;
src = fetchPypi {
pname = "lcn_frontend";
inherit version;
hash = "sha256-S/7NUduAiekQ5CDOw8JRCTO9mbvLW6MmB/n8iQQPkok=";
hash = "sha256-GParXVKAbYI8zjBWjf7+uBCpMzLszp2nMxXhJkf4Ln4=";
};
postPatch = ''