python3Packages.botocore: 1.20.30 -> 1.20.33

This commit is contained in:
Tim Steinbach 2021-03-22 11:22:48 -04:00
parent bef62e8c81
commit 09fbb851ba
No known key found for this signature in database
GPG key ID: 1B40229F19262402

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.20.30"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.20.33"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-mP8eshDTlKH/5zazPIp75o8w8KA1ULVZxbtv3wwpMo0=";
sha256 = "sha256-41UwUwlpnTrKHgBQ/CHUhZW0DbBGyw0kkc1X/1smkgs=";
};
propagatedBuildInputs = [