From 8bb772dbc2bea3ac9829fbe96bd5c4f6f2c0f85b Mon Sep 17 00:00:00 2001 From: Tim Steinbach Date: Mon, 1 Feb 2021 10:08:27 -0500 Subject: [PATCH] python3Packages.botocore: 1.19.62 -> 1.19.63 --- pkgs/development/python-modules/botocore/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/botocore/default.nix b/pkgs/development/python-modules/botocore/default.nix index 1b0f2a347d0..47585feac98 100644 --- a/pkgs/development/python-modules/botocore/default.nix +++ b/pkgs/development/python-modules/botocore/default.nix @@ -12,11 +12,11 @@ buildPythonPackage rec { pname = "botocore"; - version = "1.19.62"; # N.B: if you change this, change boto3 and awscli to a matching version + version = "1.19.63"; # N.B: if you change this, change boto3 and awscli to a matching version src = fetchPypi { inherit pname version; - sha256 = "sha256-KbS5vltA85KgM5JsCMAEwBvWRxOE728S6qSe44cKAQw="; + sha256 = "sha256-02lPbvkY3vgIJRPl7zCc1s2DthLpmE46ZuityYxlCpI="; }; propagatedBuildInputs = [