Commit cc5898f8 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.lib4sbom: 0.8.8 -> 0.9.0

parent 981ee33c
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 ];