python3Packages.botocore: 1.23.13 -> 1.23.14

This commit is contained in:
Jonathan Ringer 2021-11-28 16:45:51 -08:00
parent d7f80b4e73
commit ace86cb8db
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.23.13"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.23.14"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "35792b2196049ef900f538cae51fb8359c940156eef187962aa9e3bd2c0b8e8c";
sha256 = "sha256-6NUsvy5zxiaM8sIH9H48+z7eCYP5PotZZ0tUYo5+8fE=";
};
propagatedBuildInputs = [