Merge pull request #285697 from r-ryantm/auto-update/python312Packages.oelint-parser
python312Packages.oelint-parser: 3.0.2 -> 3.1.0
This commit is contained in:
commit
408f414227
@ -9,13 +9,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "oelint-parser";
|
||||
version = "3.0.2";
|
||||
version = "3.1.0";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "oelint_parser";
|
||||
hash = "sha256-8Gagk3ijAlmIp0MQwuJ2REIUcoTlvdNcCK9k2RY8DOA=";
|
||||
hash = "sha256-uR90Af/3E8YVZ2ALSVFOkTr59iVw5NkLOnQBm4Us1vk=";
|
||||
};
|
||||
|
||||
buildInputs = [ pip ];
|
||||
|
Loading…
Reference in New Issue
Block a user