From b030a2466ac3e2e5a3f84fdfb4153bcea28810e4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 8 Jun 2024 10:48:55 +0200 Subject: [PATCH] python312Packages.botocore-stubs: 1.34.121 -> 1.34.122 --- pkgs/development/python-modules/botocore-stubs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/botocore-stubs/default.nix b/pkgs/development/python-modules/botocore-stubs/default.nix index e7581a39eddf..adc61ec58d43 100644 --- a/pkgs/development/python-modules/botocore-stubs/default.nix +++ b/pkgs/development/python-modules/botocore-stubs/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "botocore-stubs"; - version = "1.34.121"; + version = "1.34.122"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "botocore_stubs"; inherit version; - hash = "sha256-8OvFc9QA/HxK1thXU+N9pi8oZenlTH01KAtifZuoS94="; + hash = "sha256-oX1MW1o8EOj6tm3Bf78qHbzJ2mC44J0jps+FHM7b+q8="; }; nativeBuildInputs = [ poetry-core ];