python3Packages.botocore: 1.19.25 -> 1.19.31

This commit is contained in:
Tim Steinbach 2020-12-08 12:21:11 -05:00
parent 1c6b12dee1
commit 6d369f81ca
No known key found for this signature in database
GPG Key ID: 6538CB9266B06F31

View File

@ -12,11 +12,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "botocore"; pname = "botocore";
version = "1.19.25"; # N.B: if you change this, change boto3 and awscli to a matching version version = "1.19.31"; # 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 = "15hd5f2ars1hd3y2gh846fd0ydcgyjmkvncr6rdn4whbb5wkkbyc"; sha256 = "0z8pmkr7j2w90qpd25wv0j1z4kqx90j6ch8c8irlyj84wx61skk2";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [