python3Packages.oelint-data: 1.2.6 -> 1.2.7

This commit is contained in:
R. Ryantm
2025-12-03 10:08:13 +00:00
parent 5a51632613
commit 3eff6d7f76
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "oelint-data";
version = "1.2.6";
version = "1.2.7";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-data";
tag = version;
hash = "sha256-V72XANJnBX0Pcn8fyF7hrI9O117VmOhxVCBt9F1ZJoA=";
hash = "sha256-zyZwbyHjZzHGMgnZYMnUiaNd1hEFKQo4jM92C1/3Tvg=";
};
build-system = [