python312Packages.lib4sbom: 0.8.1 -> 0.8.3

This commit is contained in:
tea
2025-04-15 10:24:44 +02:00
parent aa7b2df78d
commit d48056f129
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "lib4sbom";
version = "0.8.1";
version = "0.8.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "anthonyharrison";
repo = "lib4sbom";
tag = "v${version}";
hash = "sha256-OxYYHiV7TuPiLyd/rdrGfY3agv0vBcATaod37XYb7DY=";
hash = "sha256-7ERjzfMIz1tRvShxO2hR+DzRYyfV3KxpHmgJTLErnRw=";
};
build-system = [ setuptools ];
@@ -60,7 +60,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to ingest and generate SBOMs";
homepage = "https://github.com/anthonyharrison/lib4sbom";
changelog = "https://github.com/anthonyharrison/lib4sbom/releases/tag/v${version}";
changelog = "https://github.com/anthonyharrison/lib4sbom/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ teatwig ];
};