python313Packages.lingva: 5.0.4 -> 5.0.5

Diff: https://github.com/vacanza/lingva/compare/refs/tags/v5.0.4...v5.0.5

Changelog: https://github.com/vacanza/lingva/blob/5.0.5/changes.rst
This commit is contained in:
Fabian Affolter
2025-02-13 11:33:21 +01:00
parent 2d555e41e7
commit fbd12fb18b
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "lingva";
version = "5.0.4";
version = "5.0.5";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "vacanza";
repo = "lingva";
tag = "v${version}";
hash = "sha256-2h3J+pvXRmjD7noMA7Cyu5Tf/9R8Akv08A7xJMLVD08=";
hash = "sha256-zKEGRLaqQSqbOP4ZAidIxMgGQbDIC9pAGfjWqoQTouc=";
};
build-system = [ setuptools ];