python3Packages.botocore: 1.20.88 -> 1.20.97

This commit is contained in:
Martin Weinelt
2021-06-21 16:59:59 -07:00
committed by Jonathan Ringer
parent 6ea5e3ce5e
commit 29ab9b8216
@@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.20.88"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.20.97"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-vJie2rUtR4iq3Y0a/5JfXGp8vGiQC/2443mWWurBcxc=";
sha256 = "f7e119cf3e0f4a36100f0e983583afa91a84fb27c479a1716820aee4f2e190ab";
};
propagatedBuildInputs = [