python3Packages.botocore: 1.20.1 -> 1.20.4

This commit is contained in:
Tim Steinbach 2021-02-09 08:44:43 -05:00
parent 44c6d04822
commit 9b9d086622
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.20.1"; # N.B: if you change this, change boto3 and awscli to a matching version version = "1.20.4"; # 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-lIi6NeLU0XN19nuP0wDfXsL4MXopJAMpAQCcmZ1WO1k="; sha256 = "sha256-YWV6Hks83alicIQYS9+dykY3wVI9rq0xo2l0vg1RaG0=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [