python3Packages.lib4sbom: 0.9.0 -> 0.9.1

This commit is contained in:
R. Ryantm
2025-11-17 17:45:34 +00:00
parent 1dcdb7dcba
commit 4177fbef01
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "lib4sbom";
version = "0.9.0";
version = "0.9.1";
pyproject = true;
src = fetchFromGitHub {
owner = "anthonyharrison";
repo = "lib4sbom";
tag = "v${version}";
hash = "sha256-AtsoCC/p9onzM2BebFtz2Hwf4bnAYd1tNU+acslqCsM=";
hash = "sha256-GYXkxnZU7QYczKbJUiU+8TmboZQG9nkg00S1IRXeK6c=";
};
build-system = [ setuptools ];