Unverified Commit db6112c0 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

python3Packages.lib4sbom: 0.8.8 -> 0.9.0 (#458388)

parents 5b312166 cc5898f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "lib4sbom";
  version = "0.8.8";
  version = "0.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "anthonyharrison";
    repo = "lib4sbom";
    tag = "v${version}";
    hash = "sha256-JfY47bskOnQeh5ueQfBtQz8Hmi9mPjCMoaFrzpxQMhU=";
    hash = "sha256-AtsoCC/p9onzM2BebFtz2Hwf4bnAYd1tNU+acslqCsM=";
  };

  build-system = [ setuptools ];