Commit 04d34850 authored by R. RyanTM's avatar R. RyanTM
Browse files

s3ql: 5.2.1 -> 5.2.2

parent 62b4c8b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "s3ql";
  version = "5.2.1";
  version = "5.2.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "s3ql";
    repo = "s3ql";
    rev = "refs/tags/s3ql-${version}";
    hash = "sha256-85J0ymGe9V6f95Ycdq84dY+UiybhPdFXZzuIBb1nD5c=";
    hash = "sha256-D+fUl9UpJ7vxoVzB6MlrgnyAqEYbUkc+0w6iepYuZnk=";
  };

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