We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7dafab + 70280af commit 211fd48Copy full SHA for 211fd48
pkgs/development/python-modules/lcn-frontend/default.nix
@@ -7,13 +7,13 @@
7
8
buildPythonPackage rec {
9
pname = "lcn-frontend";
10
- version = "0.2.6";
+ version = "0.2.7";
11
pyproject = true;
12
13
src = fetchPypi {
14
pname = "lcn_frontend";
15
inherit version;
16
- hash = "sha256-7PdUI1G8jmemjS5/rA+88YR6iugt8/9ojtuU26nFa1s=";
+ hash = "sha256-YymktD+w07A97KNmpdonrFrTf8w5J7FuDg4k1lIwxC8=";
17
};
18
19
build-system = [ setuptools ];
0 commit comments