python3Packages.boto3: Fix hash

This commit is contained in:
Sandro Jäckel 2020-12-31 09:00:25 +01:00
parent d9c71767bd
commit 6ede08353b
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-4/EO1tnKmEFf3sFcheUKiew41iKbzj+v1eeWWxbE68U=";
sha256 = "0qlcmzpgmcp9cwrwni750yw9jlhzm407fs428bwkpxnhsxpix6fn";
};
propagatedBuildInputs = [ botocore jmespath s3transfer ] ++ lib.optionals (!isPy3k) [ futures ];