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

python310Packages.cyclonedx-python-lib: 2.6.0 -> 2.7.0
This commit is contained in:
Fabian Affolter 2022-07-23 15:58:15 +02:00 committed by GitHub
commit 129313674a
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.6.0";
version = "2.7.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "CycloneDX";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-UM5z8FEu+Pua/LToraGh8N6V3ujUnu4F6lJec+4cUg4=";
hash = "sha256-Imn9wl5I7dzkUnVBzK2vhWOrf89FycVW4GvEYFeSujU=";
};
nativeBuildInputs = [