lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.s3transfer: 0.4.2 -> 0.5.0

authored by

Tim Steinbach and committed by
Tim Steinbach
6b43ab7b 33d72275

+4 -3
+4 -3
pkgs/development/python-modules/s3transfer/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "s3transfer"; 17 - version = "0.4.2"; 17 + version = "0.5.0"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - sha256 = "sha256-ywIvSxZVHt67sxo3fT8JYA262nNj2MXbeXbn9Hcy4bI="; 21 + sha256 = "sha256-UO2CPh3FhorUDI3JIHL3V6oOZToZKEXJSjtnb0pi2kw="; 22 22 }; 23 23 24 24 propagatedBuildInputs = 25 - [ botocore 25 + [ 26 + botocore 26 27 ] ++ lib.optional (pythonOlder "3") futures; 27 28 28 29 buildInputs = [