python310Packages.cyclonedx-python-lib: 3.1.1 -> 3.1.2

This commit is contained in:
R. Ryantm 2023-01-07 10:13:16 +00:00
parent 2ed9fd143b
commit 2fd1b407d1

View File

@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "cyclonedx-python-lib";
version = "3.1.1";
version = "3.1.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "CycloneDX";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-DajXu8aZAZyr7o0fGH9do9i/z+UqMMkcMXjbETtWa1g=";
hash = "sha256-/CJQHcjXZBarHHIndXkCPOHL8OANG8RJgTX3tTZEYLA=";
};
nativeBuildInputs = [