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

python310Packages.cyclonedx-python-lib: 1.1.0 -> 1.1.1
This commit is contained in:
Fabian Affolter 2022-01-23 09:37:33 +01:00 committed by GitHub
commit 8988200ffb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "cyclonedx-python-lib";
version = "1.1.0";
version = "1.1.1";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "CycloneDX";
repo = pname;
rev = "v${version}";
hash = "sha256-U8CTSz+weh2IJr9Mc1kAtTa3edydQjMvHVpTVXJ7mYU=";
hash = "sha256-gyqpd3kAW74ax3+ECVEmu4un2N0Xyl/aid4VrBihHxI=";
};
nativeBuildInputs = [