Merge pull request #312927 from r-ryantm/auto-update/python311Packages.oelint-parser
python311Packages.oelint-parser: 3.5.2 -> 3.5.3
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "oelint-parser";
|
||||
version = "3.5.2";
|
||||
version = "3.5.3";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "oelint_parser";
|
||||
hash = "sha256-ep3kU6Rdbev5SKnqQq9t4tC7RWp4b+uaWBWfE2Pydqc=";
|
||||
hash = "sha256-ExW/wSuuLQH6MB9PIXjmHgdUxhqX6AXnKPDe9PJ2T/4=";
|
||||
};
|
||||
|
||||
buildInputs = [ pip ];
|
||||
|
||||
Reference in New Issue
Block a user