cyclonedx-python: 6.1.2 -> 7.0.0 (#424587)

authored by Wolfgang Walther and committed by GitHub f48541a1 57f513d0

+2 -2
+2 -2
pkgs/by-name/cy/cyclonedx-python/package.nix
··· 6 6 7 7 python3Packages.buildPythonApplication rec { 8 8 pname = "cyclonedx-python"; 9 - version = "6.1.2"; 9 + version = "7.0.0"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "CycloneDX"; 14 14 repo = "cyclonedx-python"; 15 15 tag = "v${version}"; 16 - hash = "sha256-hC+C85hdlHVhVcMLS9+gEvG+DohyxiBrjCApYnf6O/4="; 16 + hash = "sha256-ucIxq/pQkVd9N5ORrJjswSE1DgmKPw8r7nPJA5Qe4n0="; 17 17 }; 18 18 19 19 build-system = with python3Packages; [ poetry-core ];