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:
parent
94a8a9b812
commit
477a34d960
@ -7,11 +7,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "w3lib";
|
pname = "w3lib";
|
||||||
version = "1.19.0";
|
version = "1.20.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "55994787e93b411c2d659068b51b9998d9d0c05e0df188e6daf8f45836e1ea38";
|
sha256 = "1mqwlc1cr15jxr3gr8pqqh5gf0gppm2kcvdi8vid6y8wmq9bjkg5";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ six pytest ];
|
buildInputs = [ six pytest ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user