libretranslate: 1.9.0 -> 1.9.5

This keeps the upstream argostranslate dependency instead of the
argos-translate-lt fork.
This commit is contained in:
Steven Allen
2026-03-18 11:06:53 -07:00
parent a16e7472d5
commit c99ea9bb2d
@@ -34,14 +34,14 @@
buildPythonPackage (finalAttrs: {
pname = "libretranslate";
version = "1.9.0";
version = "1.9.5";
pyproject = true;
src = fetchFromGitHub {
owner = "LibreTranslate";
repo = "LibreTranslate";
hash = "sha256-bBs7gG42H4MNca5RUiedKNQkLjKpBm2SbPMRyh2gh6c=";
tag = "v${finalAttrs.version}";
hash = "sha256-VcMo1GX+ituQOW8Dpt0ABJG5fsJbFuxAPmi59Byg5ww=";
};
build-system = [
@@ -50,6 +50,14 @@ buildPythonPackage (finalAttrs: {
pythonRelaxDeps = true;
# LibreTranslate has forked argos-translate [1] to fix some bugs and make stanza optional, but it's
# unclear what the future of this fork is.
#
# We'll stay on upstream argostranslate for now.
#
# [1]: https://github.com/Libretranslate/argos-translate/
pythonRemoveDeps = [ "argos-translate-lt" ];
dependencies = [
argostranslate
flask