Skip to content

Commit a9ba06b

Browse files
committed
python312Packages.lcn-frontend: 0.2.2 -> 0.2.3
1 parent 162b4bf commit a9ba06b

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.2";
10+
version = "0.2.3";
1111
pyproject = true;
1212

1313
src = fetchPypi {
1414
pname = "lcn_frontend";
1515
inherit version;
16-
hash = "sha256-D6rwFLThOCEbKYhUpuA8K+0iLYt3pqU4GHzJcr3LaAM=";
16+
hash = "sha256-j5NE/AFGHC5z44I2afMCGUDY9gqjPZPJ5nDBHf52tJY=";
1717
};
1818

1919
postPatch = ''

0 commit comments

Comments
 (0)