python312Packages.lingva: 5.0.3 -> 5.0.4

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

Changelog: https://github.com/vacanza/lingva/blob/5.0.4/changes.rst
This commit is contained in:
Fabian Affolter 2024-09-13 00:25:48 +02:00
parent ffa39336d6
commit fc8db92812

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "lingva";
version = "5.0.3";
version = "5.0.4";
pyproject = true;
disabled = pythonOlder "3.7";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "vacanza";
repo = "lingva";
rev = "refs/tags/v${version}";
hash = "sha256-usJyEbHtwhsc0ulG9+7zJ/kDUFrxfqykZLOAWwzP+Dw=";
hash = "sha256-2h3J+pvXRmjD7noMA7Cyu5Tf/9R8Akv08A7xJMLVD08=";
};
build-system = [ setuptools ];