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

Merge pull request #332564 from r-ryantm/auto-update/python312Packages.cyclonedx-python-lib

python312Packages.cyclonedx-python-lib: 7.5.0 -> 7.5.1
parents 24495350 8215329f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@

buildPythonPackage rec {
  pname = "cyclonedx-python-lib";
  version = "7.5.0";
  version = "7.5.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
    owner = "CycloneDX";
    repo = "cyclonedx-python-lib";
    rev = "refs/tags/v${version}";
    hash = "sha256-yBBtE9DfHzUNXHMCo3KoUAAsvkBshczmVtMCUTtQ9zg=";
    hash = "sha256-zYiSJJ49lgRMuJX0fqL8dedcFQzsh6JiMuoqV0VhF2I=";
  };

  pythonRelaxDeps = [ "py-serializable" ];