s3ql: 3.3.2 -> 3.7.2

This commit is contained in:
J. Neto 2021-05-15 21:41:15 -03:00 committed by Jonathan Ringer
parent de65837678
commit 523572c9f3

View File

@ -2,19 +2,19 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "s3ql"; pname = "s3ql";
version = "3.3.2"; version = "3.7.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = pname; owner = pname;
repo = pname; repo = pname;
rev = "release-${version}"; rev = "release-${version}";
sha256 = "1x0xj8clfs8fdczn8skc2wag5i4z47bsvlczn22iaf20hll1bb2w"; sha256 = "11f8k5vzfq69slzv17vddj135mzlcpmcj3cj3bigq717qb8vd6wl";
}; };
checkInputs = [ which ] ++ (with python3Packages; [ cython pytest ]); checkInputs = [ which ] ++ (with python3Packages; [ cython pytest pytest-trio ]);
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
sqlite apsw pycrypto requests defusedxml dugong llfuse sqlite apsw pycrypto requests defusedxml dugong
cython pytest pytest-catchlog google-auth google-auth-oauthlib google-auth google-auth-oauthlib trio pyfuse3
]; ];
preBuild = '' preBuild = ''