python3Packages.libretranslate: 1.7.3 -> 1.8.0

This commit is contained in:
R. Ryantm
2025-11-17 00:46:55 +00:00
parent 5dec4550e8
commit 7aa66d42b1

View File

@@ -34,14 +34,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "libretranslate"; pname = "libretranslate";
version = "1.7.3"; version = "1.8.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "LibreTranslate"; owner = "LibreTranslate";
repo = "LibreTranslate"; repo = "LibreTranslate";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-eX/CZlHqUkarrilE4UoTMF8U/b7hn6F3nMxYnDPQ238="; hash = "sha256-Hes5ZDzqbulUxEhuBCcwuOmNDClY8xyzeXbj1FaVvd0=";
}; };
build-system = [ build-system = [