From 67af6191bf25146acaaf86bae10089cfc8831a00 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 20 Feb 2025 20:21:53 +0100 Subject: [PATCH 1/4] python313Packages.boto3-stubs: 1.36.23 -> 1.36.24 --- 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 3c149cd96a0a..166db0ef33f7 100644 --- a/pkgs/development/python-modules/boto3-stubs/default.nix +++ b/pkgs/development/python-modules/boto3-stubs/default.nix @@ -359,7 +359,7 @@ buildPythonPackage rec { pname = "boto3-stubs"; - version = "1.36.23"; + version = "1.36.24"; pyproject = true; disabled = pythonOlder "3.7"; @@ -367,7 +367,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "boto3_stubs"; inherit version; - hash = "sha256-4JAW8G2vd5TRGBWJG5YvWIxRPF9e5sCrLARcN195jJo="; + hash = "sha256-LUgKFQlkM+jkoSk+IJFo4k8w5jl1+6BJBlRqmTI5V1g="; }; build-system = [ setuptools ]; From ad38cdf9ee43f6bfec0bcb7cb91ad7f71e770740 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 20 Feb 2025 20:21:57 +0100 Subject: [PATCH 2/4] python313Packages.botocore-stubs: 1.36.23 -> 1.36.24 --- 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 8578be6c480b..928826db2835 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.36.23"; + version = "1.36.24"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "botocore_stubs"; inherit version; - hash = "sha256-IoPPbpJqMj0qK6AyIiiWDbf0AGHf7hl4WBGDWdhAKBY="; + hash = "sha256-AXym9yHIg2Z56eHYPSkDsJUNjK8ShgvGxX2fzeFblv4="; }; nativeBuildInputs = [ setuptools ]; From 8480412d9b96fcb82a71a01c13f81f873ada1674 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 22 Feb 2025 02:16:07 +0100 Subject: [PATCH 3/4] python313Packages.boto3-stubs: 1.36.24 -> 1.36.26 --- 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 166db0ef33f7..a4e6ed304fe2 100644 --- a/pkgs/development/python-modules/boto3-stubs/default.nix +++ b/pkgs/development/python-modules/boto3-stubs/default.nix @@ -359,7 +359,7 @@ buildPythonPackage rec { pname = "boto3-stubs"; - version = "1.36.24"; + version = "1.36.26"; pyproject = true; disabled = pythonOlder "3.7"; @@ -367,7 +367,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "boto3_stubs"; inherit version; - hash = "sha256-LUgKFQlkM+jkoSk+IJFo4k8w5jl1+6BJBlRqmTI5V1g="; + hash = "sha256-TZz758a1XaxdRQmi5E3xJjvppoTHcj0pe6/7X1eQmKE="; }; build-system = [ setuptools ]; From ce8165db6cdc4b90fe85001b4d09c80c518ed687 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 22 Feb 2025 02:16:10 +0100 Subject: [PATCH 4/4] python313Packages.botocore-stubs: 1.36.24 -> 1.36.26 --- 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 928826db2835..b6996022a5ea 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.36.24"; + version = "1.36.26"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "botocore_stubs"; inherit version; - hash = "sha256-AXym9yHIg2Z56eHYPSkDsJUNjK8ShgvGxX2fzeFblv4="; + hash = "sha256-pqmJCWxE8XKk4KlxSmp9PxL6ZTu7A5W3pxpc4n6VQJE="; }; nativeBuildInputs = [ setuptools ];