python37Packages.w3lib: 1.20.0 -> 1.21.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-w3lib/versions
This commit is contained in:
R. RyanTM 2019-08-20 10:03:50 -07:00
parent ffbb4d26f9
commit d93a1a48ec

View File

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "w3lib";
version = "1.20.0";
version = "1.21.0";
src = fetchPypi {
inherit pname version;
sha256 = "1mqwlc1cr15jxr3gr8pqqh5gf0gppm2kcvdi8vid6y8wmq9bjkg5";
sha256 = "05a3fxi4f43n0dc87lizsy2h84dxvqjy0q6rhkyabdbhypz5864b";
};
buildInputs = [ six pytest ];