Unverified Commit ef640f2b authored by misuzu's avatar misuzu Committed by GitHub
Browse files

libretranslate: 1.6.2 -> 1.6.4 (#376265)

parents d3c97a67 def1fce4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,14 +30,14 @@

buildPythonPackage rec {
  pname = "libretranslate";
  version = "1.6.2";
  version = "1.6.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "LibreTranslate";
    repo = "LibreTranslate";
    tag = "v${version}";
    hash = "sha256-u0m9dTxwSGU50YplV24daSO+WY/At648OpIEZYMmqqo=";
    hash = "sha256-HEN+3hwfgPmXS5POK6jHGLWF5Tp4rCPKVbA9nWN3Q9I=";
  };

  build-system = [