0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python312Packages.lexilang: 1.0.5 -> 1.0.6

This commit is contained in:
R. Ryantm 2025-04-02 18:10:34 +00:00
parent 50bfb2f2f8
commit 8b532edd74

View file

@ -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 ];