Unverified Commit b96f849e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.lib4sbom: 0.7.3 -> 0.7.4 (#338313)

parents f5c9341b e6bc981b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "lib4sbom";
  version = "0.7.3";
  version = "0.7.4";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "anthonyharrison";
    repo = "lib4sbom";
    rev = "refs/tags/v${version}";
    hash = "sha256-RuIvhlLnWf/ayU6tjpHYKvBFqU8ojPwJK/pDIdLrD2s=";
    hash = "sha256-Uqv6E9qMJRsfYICVAiZEQGlG/0w8aECuh8wMa85FnlE=";
  };

  build-system = [ setuptools ];