oelint-adv: 9.9.1 -> 9.9.2

This commit is contained in:
R. Ryantm
2026-07-10 14:20:05 +00:00
parent 2e657a0bd8
commit 6a2d236bb7
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "oelint-adv";
version = "9.9.1";
version = "9.9.2";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-adv";
tag = finalAttrs.version;
hash = "sha256-656OiHkRVP2M9/gR8faR2mEw9EzjHy92JRk82bD+I4k=";
hash = "sha256-RHW5GfTtwF7vEvnxTU+OyEMgMm0q3w+IjH0u6A3xQh0=";
};
postPatch = ''