python312Packages.lib4sbom: 0.8.3 -> 0.8.4

This commit is contained in:
R. Ryantm
2025-04-22 09:10:19 +00:00
parent 0f74f28c3a
commit 7779aaee9e

View File

@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "lib4sbom";
version = "0.8.3";
version = "0.8.4";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "anthonyharrison";
repo = "lib4sbom";
tag = "v${version}";
hash = "sha256-7ERjzfMIz1tRvShxO2hR+DzRYyfV3KxpHmgJTLErnRw=";
hash = "sha256-QTYtaEo5LdDPfv8KgQ3IUJgKphQl2xyQXrcSn19IeKo=";
};
build-system = [ setuptools ];