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

python3Packages.cyclonedx-python-lib: 11.2.0 -> 11.4.0 (#455997)

parents f842ea60 bfc00106
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@
  py-serializable,
  poetry-core,
  pytestCheckHook,
  pythonOlder,
  requirements-parser,
  sortedcontainers,
  setuptools,
@@ -23,16 +22,14 @@

buildPythonPackage rec {
  pname = "cyclonedx-python-lib";
  version = "11.2.0";
  version = "11.4.0";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "CycloneDX";
    repo = "cyclonedx-python-lib";
    tag = "v${version}";
    hash = "sha256-HfHZKOae83ASym1MSlVb0+aVWpyziDgQEQxLzWMM/MQ=";
    hash = "sha256-fCumFp9ubzCtTrO0r/R/OF83cc0v4XX5K/2vfxQrT84=";
  };

  pythonRelaxDeps = [ "py-serializable" ];