python3Packages.oelint-data: 1.0.20 -> 1.0.23

This commit is contained in:
R. Ryantm
2025-07-24 02:13:17 +00:00
parent 2e19e30b26
commit e623f4e6c5
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "oelint-data";
version = "1.0.20";
version = "1.0.23";
pyproject = true;
src = fetchFromGitHub {
owner = "priv-kweihmann";
repo = "oelint-data";
tag = version;
hash = "sha256-Kfl/zYZ6PvYRn1E0MKzCZLvtqS6WV5U9hvOufFNKmPY=";
hash = "sha256-JN563FGxM9Z+2dKzLBlepN1x2oKlUq0nIBwB0Obe8yY=";
};
build-system = [