python310Packages.oelint-parser: 2.12.1 -> 2.12.3

This commit is contained in:
R. Ryantm 2023-12-28 17:48:58 +00:00
parent 26270cb605
commit 41c97a952d

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "oelint-parser";
version = "2.12.1";
version = "2.12.3";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "oelint_parser";
hash = "sha256-So9Kyj4jMRiaBRQGXE88DSWgLEPqQkv8R/Sd8tyRvE0=";
hash = "sha256-fzHEy9/BxstPAYhVTG0o7Gn2D9UKuSZvI0X5ynZ+oEk=";
};
buildInputs = [ pip ];