python3Packages.s3transfer: 0.5.0 -> 0.6.0

This commit is contained in:
Martin Weinelt 2022-07-16 14:13:54 +02:00
parent 9956e23973
commit 9b10680456

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "s3transfer";
version = "0.5.0";
version = "0.6.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "boto";
repo = pname;
rev = version;
hash = "sha256-0Dl7oKB2xxq/a8do3HgBUIGay88yOGBUdOGo+QCtnUE=";
hash = "sha256-LM1/joc6TeyLLeAHpuCTz2vgpQ3TMkHrKitfiUp5ZrY=";
};
propagatedBuildInputs = [ botocore ];