python311Packages.scancode-toolkit: 32.0.8 -> 32.1.0

This commit is contained in:
R. Ryantm 2024-03-26 21:49:10 +00:00
parent d50918bc1c
commit 81e20bf21d
1 changed files with 2 additions and 2 deletions

View File

@ -60,14 +60,14 @@
buildPythonPackage rec {
pname = "scancode-toolkit";
version = "32.0.8";
version = "32.1.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-W6Ev1MV8cZU4bauAfmuZsBzMJKz7xpw8siO3Afn5mc8=";
hash = "sha256-WjVtE+3KtFdtBLqNUzFwDrWAUQLblE+DNGjABH+5zWc=";
};
dontConfigure = true;