Skip to content

Commit 211fd48

Browse files
authored
python3Packages.lcn-frontend: 0.2.6 -> 0.2.7 (#437495)
2 parents d7dafab + 70280af commit 211fd48

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/lcn-frontend

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/lcn-frontend/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildPythonPackage rec {
99
pname = "lcn-frontend";
10-
version = "0.2.6";
10+
version = "0.2.7";
1111
pyproject = true;
1212

1313
src = fetchPypi {
1414
pname = "lcn_frontend";
1515
inherit version;
16-
hash = "sha256-7PdUI1G8jmemjS5/rA+88YR6iugt8/9ojtuU26nFa1s=";
16+
hash = "sha256-YymktD+w07A97KNmpdonrFrTf8w5J7FuDg4k1lIwxC8=";
1717
};
1818

1919
build-system = [ setuptools ];

0 commit comments

Comments
 (0)