sbom4python: 0.12.3 -> 0.12.4

This commit is contained in:
R. Ryantm
2025-06-26 17:45:15 +00:00
parent 9be32fbfaa
commit bd83ff3a0c
+2 -2
View File
@@ -9,14 +9,14 @@
python3Packages.buildPythonApplication rec {
pname = "sbom4python";
version = "0.12.3";
version = "0.12.4";
pyproject = true;
src = fetchFromGitHub {
owner = "anthonyharrison";
repo = "sbom4python";
tag = "v${version}";
hash = "sha256-H96M/X6WKSrA3zs0uLUHqY2zmsXLNZ8OtekC1MDfF1s=";
hash = "sha256-eiizZEc5OIBfyGlSCer2zcrEFd2qpxmMjxV8e9W3gdk=";
};
build-system = with python3Packages; [