python3Packages.botocore: 1.19.51 -> 1.19.55

This commit is contained in:
Tim Steinbach 2021-01-15 10:13:29 -05:00
parent 78970e62f6
commit b5ea656f1b
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.19.51"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.19.55"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-sgTFtHewQ8f2HLpdtHnGsl9oT3QJtxqOzbWms/V7XLQ=";
sha256 = "sha256-s0Mn2Es7tWIPtUYDZ3qalzsWcpDCweeracSkayAcbUY=";
};
propagatedBuildInputs = [