From 33983aaa23ac98b0e7e9a745df98ceff7993dee0 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Mon, 15 Jun 2020 08:28:38 +0200 Subject: [PATCH] Revert "Revert "python: botocore: 1.16.6 -> 1.16.23"" Fixed with python packages set update. This reverts commit fa43a4a13e676310da04261a726b8efd33bd18ab. --- 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 9bf977f831dd..060abad204b0 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.16.6"; # N.B: if you change this, change boto3 and awscli to a matching version + version = "1.16.23"; # N.B: if you change this, change boto3 and awscli to a matching version src = fetchPypi { inherit pname version; - sha256 = "b9c8e0aa07770b7b371d586db41eef46e70bfc4ab47f7a1ee1acd4e9c811c6c9"; + sha256 = "5831068c9b49b4c91b0733e0ec784a7733d8732359d73c67a07a0b0868433cae"; }; propagatedBuildInputs = [