Merge pull request #299314 from r-ryantm/auto-update/python311Packages.scancode-toolkit
python311Packages.scancode-toolkit: 32.0.8 -> 32.1.0
This commit is contained in:
commit
e1cd837490
@ -60,23 +60,23 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "scancode-toolkit";
|
pname = "scancode-toolkit";
|
||||||
version = "32.0.8";
|
version = "32.1.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-W6Ev1MV8cZU4bauAfmuZsBzMJKz7xpw8siO3Afn5mc8=";
|
hash = "sha256-WjVtE+3KtFdtBLqNUzFwDrWAUQLblE+DNGjABH+5zWc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
build-system = [
|
||||||
setuptools
|
setuptools
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
dependencies = [
|
||||||
attrs
|
attrs
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
bitarray
|
bitarray
|
||||||
|
Loading…
Reference in New Issue
Block a user