Merge pull request #156545 from fabaff/bump-cyclonedx-python-lib

python3Packages.cyclonedx-python-lib: 1.2.0 -> 1.3.0
This commit is contained in:
Fabian Affolter
2022-01-24 23:30:46 +01:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "cyclonedx-python-lib";
version = "1.1.1";
version = "1.3.0";
format = "pyproject";
disabled = pythonOlder "3.6";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "CycloneDX";
repo = pname;
rev = "v${version}";
hash = "sha256-gyqpd3kAW74ax3+ECVEmu4un2N0Xyl/aid4VrBihHxI=";
hash = "sha256-/1kWvhTUS0JT0RwodiivJSUiWIDwQyXxdjF/KUlCNds=";
};
nativeBuildInputs = [