python312Packages.oelint-parser: 3.5.4 -> 3.5.5

This commit is contained in:
R. Ryantm 2024-07-27 07:59:28 +00:00
parent e97c8b67e3
commit cb89611251

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "oelint-parser";
version = "3.5.4";
version = "3.5.5";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "oelint_parser";
hash = "sha256-2ZGzGJaVChd7XQM45qQF4vDw70iCEqxrVQP8lhGNfUg=";
hash = "sha256-4x7OgC5UKhAII2S1kDu+1RZyusr9F5cZDaRG9HFyhkA=";
};
buildInputs = [ pip ];