python3Packages.botocore: 1.19.61 -> 1.19.62

This commit is contained in:
Tim Steinbach 2021-01-29 11:06:04 -05:00
parent 398a8767e4
commit b7882e26df
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

View File

@ -12,11 +12,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "botocore"; pname = "botocore";
version = "1.19.61"; # N.B: if you change this, change boto3 and awscli to a matching version version = "1.19.62"; # N.B: if you change this, change boto3 and awscli to a matching version
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-MkXJ6ZYUO8/epz0QUUXKcz/NfVr+dEqHYGEvxEnD+BA="; sha256 = "sha256-KbS5vltA85KgM5JsCMAEwBvWRxOE728S6qSe44cKAQw=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [