python37Packages.w3lib: 1.19.0 -> 1.20.0 (#54063)

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-01-16 07:43:14 -08:00 committed by Robert Schütz
parent 94a8a9b812
commit 477a34d960

View file

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