Unverified Commit fb2b0b6e authored by Kerstin's avatar Kerstin Committed by GitHub
Browse files

weblate: 5.10.1 -> 5.10.2 (#385776)

parents c5c94352 7712c988
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ let
in
python.pkgs.buildPythonApplication rec {
  pname = "weblate";
  version = "5.10.1";
  version = "5.10.2";

  pyproject = true;

@@ -40,7 +40,7 @@ python.pkgs.buildPythonApplication rec {
    owner = "WeblateOrg";
    repo = "weblate";
    tag = "weblate-${version}";
    hash = "sha256-6yzloduhQ4pUJFMdrZ0SCWC+tugjIIcrEo0ZVOCAQ50=";
    hash = "sha256-n/RqXEBDcg97bwBPD+mxTw7J2GYzsTq4pu0XaHYA8h4=";
  };

  patches = [