s3ql: 3.8.0 -> 3.8.1

(#155849)
This commit is contained in:
R. RyanTM 2022-01-20 10:58:13 -08:00 committed by GitHub
parent 22ae3af5ac
commit 6bbd192555
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "s3ql";
version = "3.8.0";
version = "3.8.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "release-${version}";
sha256 = "0a6ll5vs7faj1klfz3j674399qfbhy3blp3c5wwsqvcdkpcjcx11";
sha256 = "0kk8jjb9zir4wfxv4zsa4ysj77322l73vddcx4y6czjq1j9jz9f2";
};
checkInputs = [ which ] ++ (with python3Packages; [ cython pytest pytest-trio ]);