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

cyclonedx-python: 7.2.1 -> 7.2.2 (#494072)

parents 3310dda5 885f26d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "cyclonedx-python";
  version = "7.2.1";
  version = "7.2.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "CycloneDX";
    repo = "cyclonedx-python";
    tag = "v${finalAttrs.version}";
    hash = "sha256-JhPrVNzuoUTOmFBaPiq+UuUBRCHG2mqz8z1/24OcZAI=";
    hash = "sha256-nTQ0y2zn4idg6x8qVjK8DeZVCMnlXLEJg89ISYabp68=";
  };

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