3
0
Fork 0
forked from mirrors/nixpkgs

python: Scrapy: 1.7.4 -> 1.8.0

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:22 +01:00
parent 1f72107351
commit 3492c777f2

View file

@ -2,7 +2,7 @@
testfixtures, pillow, six, twisted, w3lib, lxml, queuelib, pyopenssl,
service-identity, parsel, pydispatcher, cssselect, lib }:
buildPythonPackage rec {
version = "1.7.4";
version = "1.8.0";
pname = "Scrapy";
checkInputs = [ glibcLocales mock pytest botocore testfixtures pillow ];
@ -31,7 +31,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "f0813d23a3f5659f403f469b11488ecd81e989e834205c4366cd231536496513";
sha256 = "fe06576f9a4971de9dc0175c60fd92561e8275f2bad585c1cb5d65c5181b2db0";
};
postInstall = ''