python3Packages.oelint-data: 1.0.15 -> 1.0.16 (#414790)

This commit is contained in:
Gaétan Lepage 2025-06-08 00:55:34 +02:00 committed by GitHub
commit 59b82dfa27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,14 +8,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "oelint-data"; pname = "oelint-data";
version = "1.0.15"; version = "1.0.16";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "priv-kweihmann"; owner = "priv-kweihmann";
repo = "oelint-data"; repo = "oelint-data";
tag = version; tag = version;
hash = "sha256-OZtBJWjAYuwXt1ehgt6bIZPeVByXCjOcctPJGLrsxiU="; hash = "sha256-t6NGD1IHRHfB2kJT0LwSpCicaan3ptagNDE2JV+IkE4=";
}; };
build-system = [ build-system = [