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

cyclonedx-python: 5.3.0 -> 5.5.0 (#401407)

parents 8408596c 5a9475bf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication rec {
  pname = "cyclonedx-python";
  version = "5.3.0";
  version = "5.5.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "CycloneDX";
    repo = "cyclonedx-python";
    tag = "v${version}";
    hash = "sha256-H3r/ypD3aEkrCnclf+zh0BK4ZzDQBMNvWS7V7xKX43g=";
    hash = "sha256-6sWDUuABGDgaim3YSrRNedu5z2XOIY0ERgit78ZM1+E=";
  };

  build-system = with python3Packages; [ poetry-core ];