python3Packages.botocore: 1.19.55 -> 1.19.56

This commit is contained in:
Tim Steinbach 2021-01-18 09:16:05 -05:00
parent deac117ee4
commit 45380d6405
No known key found for this signature in database
GPG key ID: 1B40229F19262402

View file

@ -12,11 +12,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "botocore"; pname = "botocore";
version = "1.19.55"; # N.B: if you change this, change boto3 and awscli to a matching version version = "1.19.56"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-s0Mn2Es7tWIPtUYDZ3qalzsWcpDCweeracSkayAcbUY="; sha256 = "sha256-AUluTCwGqreWifLDRaDizOtf4dp4WKfn3xibz5dwMiM=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [