From 86ef0bf5a04a058d5fd29fccfa9b961df45a7100 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Thu, 15 Sep 2022 21:17:13 -0400 Subject: [PATCH] s3-credentials: 0.13 -> 0.14 --- pkgs/development/python-modules/s3-credentials/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/s3-credentials/default.nix b/pkgs/development/python-modules/s3-credentials/default.nix index 2b7be9ba3f7b..1aaaff45f1ef 100644 --- a/pkgs/development/python-modules/s3-credentials/default.nix +++ b/pkgs/development/python-modules/s3-credentials/default.nix @@ -8,11 +8,12 @@ , pytestCheckHook , hypothesis , pytest-mock +, moto }: buildPythonPackage rec { pname = "s3-credentials"; - version = "0.13"; + version = "0.14"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -21,7 +22,7 @@ buildPythonPackage rec { owner = "simonw"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-kzu+ySeAi+nRIJSBSJUQzNHD7KVANlWoi0OWKXkc0/8="; + hash = "sha256-vKOcOSt9vscj5ixrHZGL6PRun/x38JLbni75nw2YAbg="; }; propagatedBuildInputs = [ @@ -34,6 +35,7 @@ buildPythonPackage rec { pytestCheckHook hypothesis pytest-mock + moto ]; pythonImportsCheck = [