python311Packages.trafilatura: 1.6.3 -> 1.7.0

This commit is contained in:
R. Ryantm
2024-02-08 04:32:46 +00:00
parent 392580561c
commit 10c8edf406
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "trafilatura";
version = "1.6.3";
version = "1.7.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-Zx3W4AAOEBxLzo1w9ECLy3n8vyJ17iVZHv4z4sihYA0=";
hash = "sha256-oWbmfwBaahLvGU9Ix8n6ThsONnVv3Stk4CRzw1aWLwQ=";
};
propagatedBuildInputs = [