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

python311Packages.cyclonedx-python-lib: 6.4.2 -> 6.4.3
This commit is contained in:
Fabian Affolter
2024-03-05 10:59:23 +01:00
committed by GitHub
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "cyclonedx-python-lib";
version = "6.4.2";
version = "6.4.3";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "CycloneDX";
repo = "cyclonedx-python-lib";
rev = "refs/tags/v${version}";
hash = "sha256-uDppmYJiQt2Yix5vaWYqMDbPcHOEPz2pBK11lUZ54fI=";
hash = "sha256-9enilHkZ07loBisKObUmVLhJeXgY/HUiVrf2scPFB60=";
};
nativeBuildInputs = [