python3Packages.botocore: 1.20.4 -> 1.20.5

master
Tim Steinbach 2021-02-10 10:01:01 -05:00
parent 42c45c78a8
commit f1ecf61160
No known key found for this signature in database
GPG Key ID: 1B40229F19262402
1 changed files with 2 additions and 2 deletions

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "botocore";
version = "1.20.4"; # N.B: if you change this, change boto3 and awscli to a matching version
version = "1.20.5"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi {
inherit pname version;
sha256 = "sha256-YWV6Hks83alicIQYS9+dykY3wVI9rq0xo2l0vg1RaG0=";
sha256 = "sha256-BKHfdZaB9fFxrMs1TYY7/tB3TWSk6O41/0mDV1VmCk4=";
};
propagatedBuildInputs = [