Merge pull request #287432 from r-ryantm/auto-update/python312Packages.oelint-parser
python312Packages.oelint-parser: 3.1.0 -> 3.2.0
This commit is contained in:
commit
968703b106
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue