cyclonedx-python: 7.0.0 -> 7.1.0 (#440188)

authored by Nick Cao and committed by GitHub ad36c24b e594b219

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