python312Packages.scancode-toolkit: 32.2.0 -> 32.2.1

This commit is contained in:
R. Ryantm 2024-08-03 10:17:04 +00:00
parent 90d02f0086
commit 3412c2fad4

View File

@ -61,14 +61,14 @@
buildPythonPackage rec {
pname = "scancode-toolkit";
version = "32.2.0";
version = "32.2.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-P5Lmosa8PrqDYEbdoDLnby0ET4KsfbLWzXHmWHhy8ss=";
hash = "sha256-o+c2aB9oAI5xyHj2xtQowSP4Wjq6RAAmasXjrzXR5ko=";
};
dontConfigure = true;