s3ql: 3.3.2 -> 3.7.2

authored by J. Neto and committed by Jonathan Ringer 523572c9 de658376

+5 -5
+5 -5
pkgs/tools/backup/s3ql/default.nix
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "s3ql"; 5 - version = "3.3.2"; 6 7 src = fetchFromGitHub { 8 owner = pname; 9 repo = pname; 10 rev = "release-${version}"; 11 - sha256 = "1x0xj8clfs8fdczn8skc2wag5i4z47bsvlczn22iaf20hll1bb2w"; 12 }; 13 14 - checkInputs = [ which ] ++ (with python3Packages; [ cython pytest ]); 15 propagatedBuildInputs = with python3Packages; [ 16 - sqlite apsw pycrypto requests defusedxml dugong llfuse 17 - cython pytest pytest-catchlog google-auth google-auth-oauthlib 18 ]; 19 20 preBuild = ''
··· 2 3 python3Packages.buildPythonApplication rec { 4 pname = "s3ql"; 5 + version = "3.7.2"; 6 7 src = fetchFromGitHub { 8 owner = pname; 9 repo = pname; 10 rev = "release-${version}"; 11 + sha256 = "11f8k5vzfq69slzv17vddj135mzlcpmcj3cj3bigq717qb8vd6wl"; 12 }; 13 14 + checkInputs = [ which ] ++ (with python3Packages; [ cython pytest pytest-trio ]); 15 propagatedBuildInputs = with python3Packages; [ 16 + sqlite apsw pycrypto requests defusedxml dugong 17 + google-auth google-auth-oauthlib trio pyfuse3 18 ]; 19 20 preBuild = ''