Merge pull request #302545 from r-ryantm/auto-update/python311Packages.trafilatura

python311Packages.trafilatura: 1.8.0 -> 1.8.1
This commit is contained in:
Nick Cao 2024-04-08 10:08:32 -04:00 committed by GitHub
commit 6dc6e56ed4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "trafilatura";
version = "1.8.0";
version = "1.8.1";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-6lSHXtJPPq+vGZuKD4m1g1x880NzPDLvvEr50wV6j3I=";
hash = "sha256-a4eN/b1cXftV0Pgwfyt9wVrDRYBU90hh/5ihcvXjhyA=";
};
nativeBuildInputs = [