python312Packages.oelint-parser: 3.1.0 -> 3.2.0

This commit is contained in:
R. Ryantm 2024-02-09 08:36:36 +00:00
parent 442d407992
commit 76c915102d

View file

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "oelint-parser";
version = "3.1.0";
version = "3.2.0";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "oelint_parser";
hash = "sha256-uR90Af/3E8YVZ2ALSVFOkTr59iVw5NkLOnQBm4Us1vk=";
hash = "sha256-RmOKrR89bRzewUwK4oebkM8GmfEcwcx8fKFiChnMD5A=";
};
buildInputs = [ pip ];