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

python312Packages.oelint-parser: 3.2.2 -> 3.3.1
This commit is contained in:
Nick Cao 2024-02-28 10:50:32 -05:00 committed by GitHub
commit b3109c6022
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.2";
version = "3.3.1";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "oelint_parser";
hash = "sha256-pjdPiM23jITqYW5dklJJN5X8C8OmetIDvpN/RCLMWoE=";
hash = "sha256-+u0whEnzA5XZlqgTpQtGH25/krLLvNPycWXzBUedMRc=";
};
buildInputs = [ pip ];