Unverified Commit e405b6e0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.lib4sbom: 0.9.0 -> 0.9.1 (#462636)

parents 51d4899c 4177fbef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

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

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

  build-system = [ setuptools ];