Unverified Commit cd522a0e authored by Kerstin Humm's avatar Kerstin Humm
Browse files
parent 4172593e
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ let
in
python.pkgs.buildPythonApplication rec {
  pname = "weblate";
  version = "5.15.1";
  version = "5.15.2";

  pyproject = true;

@@ -37,7 +37,7 @@ python.pkgs.buildPythonApplication rec {
    owner = "WeblateOrg";
    repo = "weblate";
    tag = "weblate-${version}";
    hash = "sha256-9k6H9/XW7vbXix+zadxHCNl9UJ3yE1ONa/+VRvIGk28=";
    hash = "sha256-qNv3aaPyQ/bOrPbK7u9vtq8R1MFqXLJzvLUZfVgjMK0=";
  };

  build-system = with python.pkgs; [ setuptools ];
@@ -65,10 +65,7 @@ python.pkgs.buildPythonApplication rec {
    '';

  pythonRelaxDeps = [
    "celery"
    "certifi"
    "cyrtranslit"
    "django-appconf"
    "urllib3"
  ];

@@ -142,6 +139,7 @@ python.pkgs.buildPythonApplication rec {
      translate-toolkit
      translation-finder
      unidecode
      urllib3
      user-agents
      weblate-language-data
      weblate-schemas