python3Packages.lingua: 4.15.0 -> 4.16.2

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:33 +02:00
parent a604d063ef
commit a9f07cd22b

View File

@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "lingua";
version = "4.15.0";
version = "4.16.2";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-DhqUZ0HbKIpANhrQT/OP4EvwgZg0uKu4TEtTX+2bpO8=";
hash = "sha256-seXLu+zUCv057z1Py0Dk4/yblrwOBD5wiESm0ibuVL0=";
};
postPatch = ''