python: botocore: 1.16.23 -> 1.16.24

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:46:59 +02:00
parent 9dd296b3b8
commit 1bc1f8493b

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.16.23"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.16.24"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "5831068c9b49b4c91b0733e0ec784a7733d8732359d73c67a07a0b0868433cae";
sha256 = "17bc71415186efb86a25dd674f78064cdd85139485967d5a0741c7b83d62cf5b";
};
propagatedBuildInputs = [