Unverified Commit 0b565958 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

weblate: 5.11 -> 5.11.1 (#401768)

parents 22965458 63c26aaa
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ let
in
python.pkgs.buildPythonApplication rec {
  pname = "weblate";
  version = "5.11";
  version = "5.11.1";

  pyproject = true;

@@ -39,7 +39,7 @@ python.pkgs.buildPythonApplication rec {
    owner = "WeblateOrg";
    repo = "weblate";
    tag = "weblate-${version}";
    hash = "sha256-A1XnXr97DhAZpDlttsMTBjOgdSO/bEN5jfOgZrzcxQo=";
    hash = "sha256-RUyJ/QbSbxl1A7Z+sFMSz9GwTDoV3fA5w27NCJO7bRI=";
  };

  patches = [
@@ -152,12 +152,6 @@ python.pkgs.buildPythonApplication rec {
    postgres = with python.pkgs; [ psycopg ];
  };

  pythonRelaxDeps = [
    "celery"
    "rapidfuzz"
    "weblate-schemas"
  ];

  # We don't just use wrapGAppsNoGuiHook because we need to expose GI_TYPELIB_PATH
  GI_TYPELIB_PATH = lib.makeSearchPathOutput "out" "lib/girepository-1.0" [
    pango
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonPackage rec {
  pname = "weblate-language-data";
  version = "2025.3";
  version = "2025.5";
  pyproject = true;

  src = fetchPypi {
    pname = "weblate_language_data";
    inherit version;
    hash = "sha256-1uZqqwJds+Q2yL2OP2dEEbp4sJmJN28gOYDDJ3fhBRA=";
    hash = "sha256-+gT1630GfTd2lHD6dvrETaURwZY9RfS08HsYxMLVWko=";
  };

  build-system = [ setuptools ];