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

weblate: 5.13.1 -> 5.13.3 (#440862)

parents fc555626 978d7301
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.13.1";
  version = "5.13.3";

  pyproject = true;

@@ -40,7 +40,7 @@ python.pkgs.buildPythonApplication rec {
    owner = "WeblateOrg";
    repo = "weblate";
    tag = "weblate-${version}";
    hash = "sha256-so+bpjuWgyLiSfTCL8+WqGNZYaqnENKXWqiojD47WwU=";
    hash = "sha256-PM5h9RqCMdt0FODE7MoCWv9I+RMFTgjDmSrid59cHOA=";
  };

  build-system = with python.pkgs; [ setuptools ];