python3Packages.boto3: 1.16.44 -> 1.16.46

This commit is contained in:
Tim Steinbach
2020-12-30 20:13:28 -05:00
parent 6e21df7d50
commit f224a023ba

View File

@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "boto3";
version = "1.16.44"; # N.B: if you change this, change botocore too
version = "1.16.46"; # N.B: if you change this, change botocore too
src = fetchPypi {
inherit pname version;