s3ql: 5.2.1 -> 5.2.2

This commit is contained in:
R. Ryantm 2024-10-05 10:25:58 +00:00
parent 62b4c8b71b
commit 04d34850b0

View File

@ -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 ];