python3Packages.oelint-data: 1.4.7 -> 1.4.8

This commit is contained in:
R. Ryantm
2026-04-03 23:38:04 +00:00
parent b10875c87d
commit 4d367cf2d8
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "oelint-data";
version = "1.4.7";
version = "1.4.8";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-data";
tag = finalAttrs.version;
hash = "sha256-V2WH24+I9e7gjtqt19O8sm8crzkkl90z6eDFiZAWLQY=";
hash = "sha256-ROnu57c6UNjFOfZvDs2FlCz/6UGXA4G63d7IBuloeaI=";
};
build-system = [