python3Packages.botocore: 1.20.40 -> 1.20.41

This commit is contained in:
Tim Steinbach 2021-03-31 11:40:43 -04:00
parent b1f42e48de
commit 0ed3d9e3bf
No known key found for this signature in database
GPG key ID: 1B40229F19262402

View file

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.20.40"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.20.41"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ajWpl3zb16g52UjdX549JgwZt93nTgqETJcgaITTu6A=";
sha256 = "sha256-Y/ZQ/Ja84UHoGUp2HmiQ/qL7puASU676Ma5p8UUBXCE=";
};
propagatedBuildInputs = [