From c88dc9e6887a27ae8f4116e05a18c8800f43e279 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 18 Jun 2024 00:32:22 +0200 Subject: [PATCH 1/2] python312Packages.boto3-stubs: 1.34.127 -> 1.34.128 --- pkgs/development/python-modules/boto3-stubs/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/boto3-stubs/default.nix b/pkgs/development/python-modules/boto3-stubs/default.nix index 2fe3dd417d7f..079dd1dd2ce8 100644 --- a/pkgs/development/python-modules/boto3-stubs/default.nix +++ b/pkgs/development/python-modules/boto3-stubs/default.nix @@ -366,7 +366,7 @@ buildPythonPackage rec { pname = "boto3-stubs"; - version = "1.34.127"; + version = "1.34.128"; pyproject = true; disabled = pythonOlder "3.7"; @@ -374,7 +374,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "boto3_stubs"; inherit version; - hash = "sha256-D1r5bttxHpNs8zDHket919cptFZJADyRUsvq7SvZCFo="; + hash = "sha256-9N/yCKnPAHl6bCsYR6so0LkxqGpBvwDI5PVbN/tmEaU="; }; build-system = [ setuptools ]; From 56b9dbf81129fe5d9d6e300e76c1b7e84c28493c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 18 Jun 2024 00:32:27 +0200 Subject: [PATCH 2/2] python312Packages.botocore-stubs: 1.34.127 -> 1.34.128 --- 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 e565c7b6d83d..dd41a6f1810c 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.127"; + version = "1.34.128"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "botocore_stubs"; inherit version; - hash = "sha256-94VD/pPCFjRFgJDYXM5o7dDJlPh6YV/G6Rr00m6WcX8="; + hash = "sha256-AOWRCzr7dkIiCNerbD87LUEl4yA+Fb9HwP9fnjjwDBk="; }; nativeBuildInputs = [ poetry-core ];