python312Packages.oelint-parser: 3.5.5 -> 4.0.0

This commit is contained in:
R. Ryantm
2024-09-03 17:34:04 +00:00
parent eadea83adb
commit ed02e38086
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "oelint-parser";
version = "3.5.5";
version = "4.0.0";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "oelint_parser";
hash = "sha256-4x7OgC5UKhAII2S1kDu+1RZyusr9F5cZDaRG9HFyhkA=";
hash = "sha256-YrOQUimRqW9wwPofkpihYwwIhZbi6yZJfsknY8xLQQk=";
};
buildInputs = [ pip ];