python310Packages.scrapy: update disabled

This commit is contained in:
Fabian Affolter 2022-09-28 23:15:16 +02:00 committed by GitHub
parent 9ef2357f77
commit a35baec2ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,12 +33,12 @@ buildPythonPackage rec {
version = "2.6.3";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit version;
pname = "Scrapy";
sha256 = "sha256-vf8arzVHwuVAQ206uGgLIQOTJ71dOi74nDQWWZLT5fM=";
hash = "sha256-vf8arzVHwuVAQ206uGgLIQOTJ71dOi74nDQWWZLT5fM=";
};
nativeBuildInputs = [