sbom-cve-check: 1.3.3 -> 1.3.5 (#564367)

This commit is contained in:
Fabian Affolter
2026-09-18 07:18:58 +00:00
committed by GitHub

View File

@@ -7,7 +7,7 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "sbom-cve-check";
version = "1.3.3";
version = "1.3.5";
pyproject = true;
__structuredAttrs = true;
@@ -16,7 +16,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
owner = "bootlin";
repo = "sbom-cve-check";
tag = "v${finalAttrs.version}";
hash = "sha256-xCMT9qA7jde5u8OlV0nbvq+FCoqvnQUfBinNKqErodY=";
hash = "sha256-i/OyAh/bBaAzhHZ9CKiR4XM6NtwPKRoLdMX+7yoef2w=";
};
build-system = with python3Packages; [ hatchling ];