sbom4python: 0.12.5 -> 0.12.6

This commit is contained in:
R. Ryantm
2026-06-10 23:38:38 +00:00
parent 1fcf7c4aa3
commit 606a3ffa16
+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; [