Merge pull request #173461 from r-ryantm/auto-update/python3.10-cyclonedx-python-lib

python310Packages.cyclonedx-python-lib: 2.3.0 -> 2.4.0
This commit is contained in:
Fabian Affolter 2022-05-18 12:00:33 +02:00 committed by GitHub
commit 4b9cef5d7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "cyclonedx-python-lib";
version = "2.3.0";
version = "2.4.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "CycloneDX";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-eZy+m6AkSlZM/i64FyFL+ZgeW86MOSM6sDYPT4ckaHE=";
hash = "sha256-IrMXHWeksEmON3LxJvQ3WSKwQTY0aRZ8XItWMr3p4gw=";
};
nativeBuildInputs = [