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:
commit
5e9dbd0e8e
|
@ -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 ];
|
||||
|
|
Loading…
Reference in New Issue