python3Packages.botocore: 1.18.9 -> 1.18.18

This commit is contained in:
Frederik Rietdijk
2020-11-05 15:46:57 -08:00
committed by Jonathan Ringer
parent 9bd265b70e
commit b7e95158c3
@@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.18.9"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.18.18"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "0rb3in7n9hdhp3sklkw78l378103khgmhdfy13kxfbgb0646pc1m";
sha256 = "e224754230e7e015836ba20037cac6321e8e2ce9b8627c14d579fcb37249decd";
};
propagatedBuildInputs = [