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

cyclonedx-python: 7.2.0 -> 7.2.1 (#458386)

parents fe036935 0d3edca0
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 = "7.2.0";
  version = "7.2.1";
  pyproject = true;

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

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