3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.botocore: 1.24.12 -> 1.24.30

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:05 +02:00
parent 8a692adf5a
commit c0d930dadb

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.24.12"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.24.30"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-AXSZmgSwouQkVxBgk6zps2+pR3KkQtm89gdQJj0dBz4=";
sha256 = "sha256-r0vcUe7svp/c2tvtmtWMXJE4DvMPNWACK7wu4dePCtY=";
};
propagatedBuildInputs = [