sbom4python: 0.12.5 -> 0.12.6 (#530548)

This commit is contained in:
Nick Cao
2026-06-11 20:18:07 +00:00
committed by GitHub
+2 -2
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "sbom4python";
version = "0.12.5";
version = "0.12.6";
pyproject = true;
src = fetchFromGitHub {
owner = "anthonyharrison";
repo = "sbom4python";
tag = "v${finalAttrs.version}";
hash = "sha256-0+7NsnM2ovYKX5ngFKrQ5lGj9gTrK87B81XSVEnmBWA=";
hash = "sha256-205QuBzO5ABxAh4p+yIs5mLbQENIr1K3GohTlYqReuQ=";
};
build-system = with python3Packages; [