python3Packages.botocore: 1.24.11 -> 1.24.12

This commit is contained in:
Jonathan Ringer
2022-03-14 00:29:05 +01:00
committed by Martin Weinelt
parent 6191841592
commit ddcd1d41c8
@@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.24.11"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.24.12"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Kvk95wTzEih4oyM+fPXeCwL2xMn6mTyoU7WD9Ze7HDg=";
sha256 = "sha256-AXSZmgSwouQkVxBgk6zps2+pR3KkQtm89gdQJj0dBz4=";
};
propagatedBuildInputs = [