python3Packages.oelint-data: 1.2.10 -> 1.2.11

This commit is contained in:
R. Ryantm
2025-12-29 08:05:47 +00:00
parent 67257b83a3
commit 4d28e2382e
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "oelint-data";
version = "1.2.10";
version = "1.2.11";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-data";
tag = version;
hash = "sha256-9SxIslA/gfIe1lboWuK5/Ya7trMhVJokf7X3P0XyELE=";
hash = "sha256-Verxvo81rFphT1fV6fs6JaVM/kSVqni9Zn5rq5Yq3rU=";
};
build-system = [