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

weblate: 5.14 -> 5.14.3 (#459748)

parents 2081f54d 3137ea16
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ let
in
python.pkgs.buildPythonApplication rec {
  pname = "weblate";
  version = "5.14";
  version = "5.14.3";

  pyproject = true;

@@ -35,7 +35,7 @@ python.pkgs.buildPythonApplication rec {
    owner = "WeblateOrg";
    repo = "weblate";
    tag = "weblate-${version}";
    hash = "sha256-XIaVM9bsgv6qJ1Q/6wzfO7D04WsUEkxNnJlyLd5+bY4=";
    hash = "sha256-DwoJ24yGLJt+bItN/9SW0ruf+Lz3A9JxvD4QjlKaqzw=";
  };

  build-system = with python.pkgs; [ setuptools ];
@@ -176,5 +176,6 @@ python.pkgs.buildPythonApplication rec {
    ];
    platforms = lib.platforms.linux;
    maintainers = with lib.maintainers; [ erictapen ];
    mainProgram = "weblate";
  };
}