python3Packages.trafilatura: 1.12.1 -> 1.12.2

https://github.com/adbar/trafilatura/blob/v1.12.2/HISTORY.md
This commit is contained in:
Martin Weinelt 2024-09-29 17:07:28 +02:00
parent 32c9ae2ffc
commit 51f613da41

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "trafilatura";
version = "1.12.1";
version = "1.12.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-iYkdtkbdhNmPs0ovrte6hMIuVJAAe1h9BZkDbTUWR2A=";
hash = "sha256-TJyxQ09+E+8LFstE7h1E6EUj7HJolAuVWcN05+/8mpY=";
};
# Patch out gui cli because it is not supported in this packaging and