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

python312Packages.oelint-parser: 3.2.1 -> 3.2.2
This commit is contained in:
Nick Cao 2024-02-24 15:23:04 -05:00 committed by GitHub
commit 99137bfb82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "oelint-parser";
version = "3.2.1";
version = "3.2.2";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "oelint_parser";
hash = "sha256-UHBr6O0eV4A2yS04/gtPplp5rI+YfizQhYMUE2AZ41I=";
hash = "sha256-pjdPiM23jITqYW5dklJJN5X8C8OmetIDvpN/RCLMWoE=";
};
buildInputs = [ pip ];