python311Packages.oelint-parser: 3.4.1 -> 3.5.0

This commit is contained in:
R. Ryantm 2024-04-23 21:54:24 +00:00
parent 71b4a60386
commit 6bb6a91f5d
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "oelint-parser";
version = "3.4.1";
version = "3.5.0";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "oelint_parser";
hash = "sha256-AZkbLTMWSUfrbgXZzvKy+maNaB7AwLPoh3Q8QT4Zq5U=";
hash = "sha256-MvLHi0/tMkWBARyIVm/cuMbS2euK37xvQUbkmOrUyVU=";
};
buildInputs = [ pip ];