python312Packages.oelint-parser: 3.0.2 -> 3.1.0

This commit is contained in:
R. Ryantm 2024-02-02 04:14:38 +00:00
parent 185474c3ec
commit 0df3963e60

View File

@ -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 ];