Merge pull request #298397 from r-ryantm/auto-update/python311Packages.oelint-parser
python311Packages.oelint-parser: 3.3.1 -> 3.4.0
This commit is contained in:
commit
d07ec94861
1 changed files with 2 additions and 2 deletions
|
@ -9,13 +9,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "oelint-parser";
|
pname = "oelint-parser";
|
||||||
version = "3.3.1";
|
version = "3.4.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "oelint_parser";
|
pname = "oelint_parser";
|
||||||
hash = "sha256-+u0whEnzA5XZlqgTpQtGH25/krLLvNPycWXzBUedMRc=";
|
hash = "sha256-knMxVBibaX3wK7VNBODHeLeAbBOXHKNbyxjItiNcIfw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pip ];
|
buildInputs = [ pip ];
|
||||||
|
|
Loading…
Reference in a new issue