Merge pull request #330355 from r-ryantm/auto-update/python312Packages.oelint-parser

python312Packages.oelint-parser: 3.5.4 -> 3.5.5
This commit is contained in:
Nick Cao 2024-07-27 09:37:30 -04:00 committed by GitHub
commit 394a4dccd5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];