python310Packages.oelint-parser: 2.11.6 -> 2.12.0

This commit is contained in:
R. Ryantm 2023-12-04 11:48:49 +00:00
parent b678419eac
commit 66ec462bfd

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