python312Packages.lib4sbom: 0.7.1 -> 0.7.2

(cherry picked from commit bc0f09212c)
This commit is contained in:
tea 2024-07-28 13:30:45 +02:00 committed by github-actions[bot]
parent 71bc87260c
commit 8334c2f6e5

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "lib4sbom";
version = "0.7.1";
version = "0.7.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "anthonyharrison";
repo = pname;
rev = "v${version}";
hash = "sha256-UQZZYTRDbUqSH6F8hjhp9L70025cRO3zXQ8Aoznotg4=";
hash = "sha256-sjfOCG1E5Of+HPcfRsBwEKmGkhUOIkAARWja81FL2PY=";
};
dependencies = [