Skip to content

Commit 6d620ab

Browse files
committed
python313Packages.lcn-frontend: 0.2.3 -> 0.2.4
Changelog: https://github.com/alengwenus/lcn-frontend/releases/tag/0.2.4
1 parent 4c8857a commit 6d620ab

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

1313
src = fetchPypi {
1414
pname = "lcn_frontend";
1515
inherit version;
16-
hash = "sha256-j5NE/AFGHC5z44I2afMCGUDY9gqjPZPJ5nDBHf52tJY=";
16+
hash = "sha256-pjpzOUhNCEYncCk+u/1u5gXot+5rEAvSfdL21fO6LMY=";
1717
};
1818

1919
postPatch = ''

0 commit comments

Comments
 (0)