Merge pull request #247212 from fabaff/s3transfer-bump

python311Packages.s3transfer: 0.6.0 -> 0.6.1
This commit is contained in:
Mario Rodas 2023-08-07 09:13:38 -05:00 committed by GitHub
commit 21a5f43ba9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "s3transfer";
version = "0.6.0";
version = "0.6.1";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "boto";
repo = pname;
rev = version;
hash = "sha256-LM1/joc6TeyLLeAHpuCTz2vgpQ3TMkHrKitfiUp5ZrY=";
hash = "sha256-cL4IOfWLRUJC5zCzmN/qRf0N/IV/MDHF/j2JDX5hlUE=";
};
propagatedBuildInputs = [ botocore ];