python3Packages.libretranslate: 1.8.3 -> 1.8.4

This commit is contained in:
R. Ryantm
2026-02-03 00:35:58 +00:00
parent ad6fd4c327
commit 81190ebf93
@@ -34,14 +34,14 @@
buildPythonPackage rec {
pname = "libretranslate";
version = "1.8.3";
version = "1.8.4";
pyproject = true;
src = fetchFromGitHub {
owner = "LibreTranslate";
repo = "LibreTranslate";
tag = "v${version}";
hash = "sha256-nWm0h/ceGDtoUVqYPkIC+anXrneJsxlZ4DN3Wge0NCk=";
hash = "sha256-9neXSbupZFLhpkc4HUY4l0c/Vtfrf7ve9VMfaOCSA2A=";
};
build-system = [