python3Packages.oelint-data: 1.0.15 -> 1.0.16

This commit is contained in:
R. Ryantm
2025-06-07 16:41:17 +00:00
parent b932c31ba4
commit 4c81d67f69
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "oelint-data";
version = "1.0.15";
version = "1.0.16";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-data";
tag = version;
hash = "sha256-OZtBJWjAYuwXt1ehgt6bIZPeVByXCjOcctPJGLrsxiU=";
hash = "sha256-t6NGD1IHRHfB2kJT0LwSpCicaan3ptagNDE2JV+IkE4=";
};
build-system = [