python3Packages.w3lib: 2.1.1 -> 2.1.2

This commit is contained in:
Martin Weinelt 2023-09-15 14:07:22 +02:00
parent 9ff9e356f8
commit ae93c79e06

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "w3lib";
version = "2.1.1";
version = "2.1.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-DhGY8bdFGVtrPdGkzWYBH7+C8wpNnauu4fnlyG8CAnQ=";
hash = "sha256-7Vt06ZfuoqvjwTIfkW40QUTujpBypvM0Y+6OV/hYpLE=";
};
nativeCheckInputs = [