python3Packages.botocore: 1.23.35 -> 1.24.11

This commit is contained in:
Martin Weinelt 2022-03-02 22:41:53 +01:00
parent 04f4ee8d2b
commit 97c0dba4a9

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.23.35"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.24.11"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "5be6ba6c5ea71c256da8a5023bf9c278847c4b90fdb40f2c4c3bdb21ca11ff28";
sha256 = "sha256-Kvk95wTzEih4oyM+fPXeCwL2xMn6mTyoU7WD9Ze7HDg=";
};
propagatedBuildInputs = [