Unverified Commit e6413a41 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

s3ql: 5.2.1 -> 5.2.2 (#346641)

parents 6e9b3cb3 04d34850
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 ];