pythonPackages.itemloaders: 1.0.1 -> 1.0.3

gstqt5
Mario Rodas 2020-10-11 04:20:00 +00:00
parent 17fbf6840e
commit 06a8203d84
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "itemloaders";
version = "1.0.1";
version = "1.0.3";
disabled = isPy27;
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "scrapy";
repo = pname;
rev = "v${version}";
sha256 = "0frs0s876ddha844vhnhhiggyk3qbhhngrwkvgg3c0mrnn282f6k";
sha256 = "1s8c2il7jyfixpb7h5zq0lf4s07pqwia4ycpf3slb8whcp0h8bfm";
};
propagatedBuildInputs = [ w3lib parsel jmespath itemadapter ];