Skip to content

Commit 394cd23

Browse files
authored
python312Packages.lcn-frontend: 0.2.4 -> 0.2.5 (#403365)
2 parents 2375cc0 + 5593330 commit 394cd23

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

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

1919
postPatch = ''

0 commit comments

Comments
 (0)