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 df65525 + a9ba06b commit 151c803Copy full SHA for 151c803
pkgs/development/python-modules/lcn-frontend/default.nix
@@ -7,13 +7,13 @@
7
8
buildPythonPackage rec {
9
pname = "lcn-frontend";
10
- version = "0.2.2";
+ version = "0.2.3";
11
pyproject = true;
12
13
src = fetchPypi {
14
pname = "lcn_frontend";
15
inherit version;
16
- hash = "sha256-D6rwFLThOCEbKYhUpuA8K+0iLYt3pqU4GHzJcr3LaAM=";
+ hash = "sha256-j5NE/AFGHC5z44I2afMCGUDY9gqjPZPJ5nDBHf52tJY=";
17
};
18
19
postPatch = ''
0 commit comments