Unverified Commit 361ddcd4 authored by natsukium's avatar natsukium
Browse files

weblate: 5.8.3 -> 5.9.2

parent d3ddbc11
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -26,12 +26,10 @@ let
in
python.pkgs.buildPythonApplication rec {
  pname = "weblate";
  version = "5.8.3";
  version = "5.9.2";

  pyproject = true;

  disabled = python.pythonOlder "3.11";

  outputs = [
    "out"
    "static"
@@ -41,7 +39,7 @@ python.pkgs.buildPythonApplication rec {
    owner = "WeblateOrg";
    repo = "weblate";
    tag = "weblate-${version}";
    hash = "sha256-Kmna23jhhFRJ0ExplYNPFEaIAJxmwHU2azivfKHHnjs=";
    hash = "sha256-/fsNQvIIgcTPZHHIwr8sruEJpPJTmXbevoxy1GPmOOU=";
  };

  patches = [
@@ -75,6 +73,7 @@ python.pkgs.buildPythonApplication rec {
    [
      aeidon
      ahocorasick-rs
      altcha
      (toPythonModule (borgbackup.override { python3 = python; }))
      celery
      certifi
@@ -103,6 +102,7 @@ python.pkgs.buildPythonApplication rec {
      gitpython
      hiredis
      html2text
      httpx
      iniparse
      jsonschema
      lxml
@@ -131,6 +131,7 @@ python.pkgs.buildPythonApplication rec {
      tesserocr
      translate-toolkit
      translation-finder
      unidecode
      user-agents
      weblate-language-data
      weblate-schemas