lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.lcn-frontend: 0.2.4 -> 0.2.5

R. Ryantm 55933302 72d75213

+2 -2
+2 -2
pkgs/development/python-modules/lcn-frontend/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "lcn-frontend"; 10 - version = "0.2.4"; 10 + version = "0.2.5"; 11 11 pyproject = true; 12 12 13 13 src = fetchPypi { 14 14 pname = "lcn_frontend"; 15 15 inherit version; 16 - hash = "sha256-pjpzOUhNCEYncCk+u/1u5gXot+5rEAvSfdL21fO6LMY="; 16 + hash = "sha256-WPjK/CzEpi9S1raEotR10n7eM06jg5ihAUKCLt8KDig="; 17 17 }; 18 18 19 19 postPatch = ''