Unverified Commit 7712c988 authored by Kerstin Humm's avatar Kerstin Humm
Browse files
parent 37826841
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 = [