python3Packages.botocore: 1.20.5 -> 1.20.12

This commit is contained in:
Tim Steinbach 2021-02-21 17:20:05 -05:00
parent d733801182
commit 000d9c6bc1
No known key found for this signature in database
GPG key ID: 1B40229F19262402

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.20.5"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.20.12"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-BKHfdZaB9fFxrMs1TYY7/tB3TWSk6O41/0mDV1VmCk4=";
sha256 = "sha256-OakjFaF6b4vBkU27Ag9S6SnxjluZpPocXYeF+RNCftg=";
};
propagatedBuildInputs = [