python312Packages.spdx-tools: 0.8.2 -> 0.8.3
Diff: https://github.com/spdx/tools-python/compare/refs/tags/v0.8.2...v0.8.3 Changelog: https://github.com/spdx/tools-python/blob/v0.8.3/CHANGELOG.md
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "spdx-tools";
|
||||
version = "0.8.2";
|
||||
version = "0.8.3";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
owner = "spdx";
|
||||
repo = "tools-python";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-KB+tfuz0ZnoQcMX3H+IZXjcmPZ4x2ecl8ofz1/3r0/8=";
|
||||
hash = "sha256-r7+RYGoq3LJYN1jYfwzb1r3fc/kL+CPd4pmGATFq8Pw=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user