python3Packages.trafilatura: 1.12.1 -> 1.12.2
https://github.com/adbar/trafilatura/blob/v1.12.2/HISTORY.md
This commit is contained in:
parent
32c9ae2ffc
commit
51f613da41
@ -16,14 +16,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "trafilatura";
|
pname = "trafilatura";
|
||||||
version = "1.12.1";
|
version = "1.12.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
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
|
# Patch out gui cli because it is not supported in this packaging and
|
||||||
|
Loading…
Reference in New Issue
Block a user