python312Packages.lexilang: 1.0.5 -> 1.0.6 (#395546)

This commit is contained in:
Nick Cao
2025-04-02 16:43:08 -04:00
committed by GitHub
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "lexilang";
version = "1.0.5";
version = "1.0.6";
pyproject = true;
src = fetchFromGitHub {
owner = "LibreTranslate";
repo = "LexiLang";
tag = "v${version}";
hash = "sha256-Yn6zthr6irkDsRx25NG9gOQc07xRpItwCc6+WqAhd/c=";
hash = "sha256-+AtdmkYKJgQwFOK0B2jkrNfSWGaydv6tCVjNnb2DJng=";
};
build-system = [ setuptools ];