Merge pull request #209446 from r-ryantm/auto-update/python310Packages.cyclonedx-python-lib

python310Packages.cyclonedx-python-lib: 3.1.1 -> 3.1.2

authored by Fabian Affolter and committed by GitHub db007a3c e38c1ca6

+2 -2
+2 -2
pkgs/development/python-modules/cyclonedx-python-lib/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "cyclonedx-python-lib"; 24 - version = "3.1.1"; 24 + version = "3.1.2"; 25 25 format = "pyproject"; 26 26 27 27 disabled = pythonOlder "3.9"; ··· 30 30 owner = "CycloneDX"; 31 31 repo = pname; 32 32 rev = "refs/tags/v${version}"; 33 - hash = "sha256-DajXu8aZAZyr7o0fGH9do9i/z+UqMMkcMXjbETtWa1g="; 33 + hash = "sha256-/CJQHcjXZBarHHIndXkCPOHL8OANG8RJgTX3tTZEYLA="; 34 34 }; 35 35 36 36 nativeBuildInputs = [