Merge pull request #272021 from r-ryantm/auto-update/python310Packages.oelint-parser

python310Packages.oelint-parser: 2.11.6 -> 2.12.0
This commit is contained in:
Nick Cao 2023-12-04 11:01:39 -05:00 committed by GitHub
commit 4679e3657f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "oelint-parser";
version = "2.11.6";
version = "2.12.0";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "oelint_parser";
hash = "sha256-CTZxxKZPrAvuWGhwD7qAPG10rry0H71QSRXbGT0J3J0=";
hash = "sha256-0Ic7WKQbwA7TnFvXRZz+mFehjWP6n+Pyp0IySMy8sdw=";
};
buildInputs = [ pip ];