Commit b3a496f7 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretranslate: 1.8.4 -> 1.9.0

parent edd0f3d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -34,14 +34,14 @@

buildPythonPackage rec {
  pname = "libretranslate";
  version = "1.8.4";
  version = "1.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "LibreTranslate";
    repo = "LibreTranslate";
    tag = "v${version}";
    hash = "sha256-9neXSbupZFLhpkc4HUY4l0c/Vtfrf7ve9VMfaOCSA2A=";
    hash = "sha256-bBs7gG42H4MNca5RUiedKNQkLjKpBm2SbPMRyh2gh6c=";
  };

  build-system = [