python311Packages.oelint-parser: 3.5.3 -> 3.5.4

This commit is contained in:
R. Ryantm 2024-07-05 07:02:25 +00:00
parent 381a94c16d
commit 8793d278c4

View File

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