From 16cd5014d32480ae3146d5871192be09ec3365f7 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:16:16 +0100 Subject: [PATCH] python3Packages.libretranslate: 1.6.2 -> 1.6.4 https://github.com/LibreTranslate/LibreTranslate/releases/tag/v1.6.4 --- pkgs/development/python-modules/libretranslate/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/libretranslate/default.nix b/pkgs/development/python-modules/libretranslate/default.nix index 738208e38d8e..af6929c88c36 100644 --- a/pkgs/development/python-modules/libretranslate/default.nix +++ b/pkgs/development/python-modules/libretranslate/default.nix @@ -88,7 +88,7 @@ buildPythonPackage rec { meta = with lib; { description = "Free and Open Source Machine Translation API. Self-hosted, no limits, no ties to proprietary services"; homepage = "https://libretranslate.com"; - changelog = "https://github.com/LibreTranslate/LibreTranslate/releases/tag/v${version}"; + changelog = "https://github.com/LibreTranslate/LibreTranslate/releases/tag/${src.tag}"; license = licenses.agpl3Only; maintainers = with maintainers; [ misuzu ]; };