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

Changelog: https://github.com/CycloneDX/cyclonedx-python-lib/releases/tag/v3.1.5
This commit is contained in:
Fabian Affolter 2023-01-12 18:56:36 +01:00
parent c25c879d68
commit 149b48dbc1

View file

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