s3ql: 3.2 -> 3.3 (#69966)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/s3ql/versions
This commit is contained in:
R. RyanTM 2019-10-13 08:36:34 -07:00 committed by Renaud
parent 5294227448
commit 098864e4f6

View file

@ -2,13 +2,13 @@
python3Packages.buildPythonApplication rec {
pname = "s3ql";
version = "3.2";
version = "3.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "release-${version}";
sha256 = "01ky0jc1s3w9dry5siz9b69jf2maiargz99axgxvyihap0d7qs52";
sha256 = "1rb1y1hl6qgwpkfc85ivkk0l0f5dh8skpfaipnvndn73mlya96mk";
};
checkInputs = [ which ] ++ (with python3Packages; [ cython pytest ]);