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

python310Packages.cyclonedx-python-lib: 2.5.2 -> 2.6.0
This commit is contained in:
Fabian Affolter 2022-06-20 14:33:24 +02:00 committed by GitHub
commit 7ebcc5e08d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "cyclonedx-python-lib";
version = "2.5.2";
version = "2.6.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "CycloneDX";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-pMUevLUHYVJqgFRSd2dhwbc4KFUGy9cWsuMMwQ1atRk=";
hash = "sha256-UM5z8FEu+Pua/LToraGh8N6V3ujUnu4F6lJec+4cUg4=";
};
nativeBuildInputs = [