Merge pull request #67098 from r-ryantm/auto-update/python3.7-w3lib

python37Packages.w3lib: 1.20.0 -> 1.21.0
This commit is contained in:
Marek Mahut 2019-08-20 20:48:07 +02:00 committed by GitHub
commit 5e9dbd0e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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 ];