From f7c57db4e306d87211b4d2f47b10835402a793ea Mon Sep 17 00:00:00 2001 From: scraptux Date: Sun, 16 Mar 2025 19:57:19 +0100 Subject: [PATCH 1/8] grpc: 1.70.0 -> 1.71.0 --- pkgs/by-name/gr/grpc/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/gr/grpc/package.nix b/pkgs/by-name/gr/grpc/package.nix index 72bc6a1de42d..7dbfff4aae6c 100644 --- a/pkgs/by-name/gr/grpc/package.nix +++ b/pkgs/by-name/gr/grpc/package.nix @@ -24,7 +24,7 @@ # nixpkgs-update: no auto update stdenv.mkDerivation rec { pname = "grpc"; - version = "1.70.0"; # N.B: if you change this, please update: + version = "1.71.0"; # N.B: if you change this, please update: # pythonPackages.grpcio # pythonPackages.grpcio-channelz # pythonPackages.grpcio-health-checking @@ -37,7 +37,7 @@ stdenv.mkDerivation rec { owner = "grpc"; repo = "grpc"; rev = "v${version}"; - hash = "sha256-kJhGAhqu25Q2g6BWkVGp6nGYrWdBnMhoMu6e7ifNbgk="; + hash = "sha256-QKSdMpfl0pdKy/r4z8VKcGN0gsQmx9lBRHlCjaaF5Sg="; fetchSubmodules = true; }; From 637f1e3be52ca42b2e738ec125f0e7e43bb7af89 Mon Sep 17 00:00:00 2001 From: scraptux Date: Sun, 16 Mar 2025 19:57:31 +0100 Subject: [PATCH 2/8] python312Packages.grpcio: 1.70.0 -> 1.71.0 --- pkgs/development/python-modules/grpcio/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/grpcio/default.nix b/pkgs/development/python-modules/grpcio/default.nix index 9e5a11ee27e6..3f2d0a76a5aa 100644 --- a/pkgs/development/python-modules/grpcio/default.nix +++ b/pkgs/development/python-modules/grpcio/default.nix @@ -18,14 +18,14 @@ # nixpkgs-update: no auto update buildPythonPackage rec { pname = "grpcio"; - version = "1.70.0"; + version = "1.71.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-jRWEpo1ZIjMAJYgeY6bBtUzIEXKR04Lk+mkzm22RTFY="; + hash = "sha256-K4X3ggR1rT7ewgnT2Jp5Ca2hbKqwXT8uCKforjIApVw="; }; outputs = [ From bc1c6f8442d57ff903f57ec605b9f47670a5382f Mon Sep 17 00:00:00 2001 From: scraptux Date: Sun, 16 Mar 2025 19:57:41 +0100 Subject: [PATCH 3/8] python312Packages.grpcio-channelz: 1.70.0 -> 1.71.0 --- pkgs/development/python-modules/grpcio-channelz/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/grpcio-channelz/default.nix b/pkgs/development/python-modules/grpcio-channelz/default.nix index b077c6610a94..78f834e7bde6 100644 --- a/pkgs/development/python-modules/grpcio-channelz/default.nix +++ b/pkgs/development/python-modules/grpcio-channelz/default.nix @@ -12,13 +12,13 @@ # nixpkgs-update: no auto update buildPythonPackage rec { pname = "grpcio-channelz"; - version = "1.70.0"; + version = "1.71.0"; pyproject = true; src = fetchPypi { pname = "grpcio_channelz"; inherit version; - hash = "sha256-eTNOJ/bZv7/FNq36KkEIoawEik0FIVjxzB32zDWedIo="; + hash = "sha256-L2tmHe5rQ/9284/U+heUnzhH6oLlFdbm8h9Pz+BG7PI="; }; build-system = [ setuptools ]; From fce80857405c1c65dd6cd11b990095a172ccd8cb Mon Sep 17 00:00:00 2001 From: scraptux Date: Sun, 16 Mar 2025 19:57:51 +0100 Subject: [PATCH 4/8] python312Packages.grpcio-health-checking: 1.70.0 -> 1.71.0 --- .../python-modules/grpcio-health-checking/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/grpcio-health-checking/default.nix b/pkgs/development/python-modules/grpcio-health-checking/default.nix index 510918fe10d8..5ad872743b10 100644 --- a/pkgs/development/python-modules/grpcio-health-checking/default.nix +++ b/pkgs/development/python-modules/grpcio-health-checking/default.nix @@ -11,13 +11,13 @@ # nixpkgs-update: no auto update buildPythonPackage rec { pname = "grpcio-health-checking"; - version = "1.70.0"; + version = "1.71.0"; format = "setuptools"; src = fetchPypi { pname = "grpcio_health_checking"; inherit version; - hash = "sha256-yl/IanxgmEjDh30RtdLS7SfikjFR4r9h5HBRx9PBDRs="; + hash = "sha256-/5vVW+uXzjMi/aKuWHgcnWxvzKajXKO3Epddn3XdMK8="; }; propagatedBuildInputs = [ From be3400a62dd69f6e8797b2d3e54c89f9b286b686 Mon Sep 17 00:00:00 2001 From: scraptux Date: Sun, 16 Mar 2025 19:58:02 +0100 Subject: [PATCH 5/8] python312Packages.grpcio-reflection: 1.70.0 -> 1.71.0 --- pkgs/development/python-modules/grpcio-reflection/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/grpcio-reflection/default.nix b/pkgs/development/python-modules/grpcio-reflection/default.nix index 056c70c1369e..ed26ba7d3545 100644 --- a/pkgs/development/python-modules/grpcio-reflection/default.nix +++ b/pkgs/development/python-modules/grpcio-reflection/default.nix @@ -12,13 +12,13 @@ # nixpkgs-update: no auto update buildPythonPackage rec { pname = "grpcio-reflection"; - version = "1.70.0"; + version = "1.71.0"; pyproject = true; src = fetchPypi { pname = "grpcio_reflection"; inherit version; - hash = "sha256-r0bOE+V/12At6u9bHRkD9mRPiYLMAPYvqfpbkorPakk="; + hash = "sha256-UVBOl3BX/6vmbR7VVVexXpacQrs6HyjuRdcw3V+YO7U="; }; build-system = [ setuptools ]; From 704dfbd311758e4540f63c3669996d874537dc90 Mon Sep 17 00:00:00 2001 From: scraptux Date: Sun, 16 Mar 2025 19:58:13 +0100 Subject: [PATCH 6/8] python312Packages.grpcio-status: 1.70.0 -> 1.71.0 --- pkgs/development/python-modules/grpcio-status/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/grpcio-status/default.nix b/pkgs/development/python-modules/grpcio-status/default.nix index e621a4a6769d..04f6132646a7 100644 --- a/pkgs/development/python-modules/grpcio-status/default.nix +++ b/pkgs/development/python-modules/grpcio-status/default.nix @@ -13,7 +13,7 @@ # nixpkgs-update: no auto update buildPythonPackage rec { pname = "grpcio-status"; - version = "1.70.0"; + version = "1.71.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "grpcio_status"; inherit version; - hash = "sha256-DntCgWUSQzsYuddkKF/wKb3gWenUH4/hCmBjG9g0gQE="; + hash = "sha256-EUBf7We2j0BrPzx8WuUQSnnS0wlmbRDWGxUukdKPuWg="; }; postPatch = '' From 1926b01933feaa4a6e5bdbc11490a226a72c098b Mon Sep 17 00:00:00 2001 From: scraptux Date: Sun, 16 Mar 2025 19:58:23 +0100 Subject: [PATCH 7/8] python312Packages.grpcio-testing: 1.70.0 -> 1.71.0 --- pkgs/development/python-modules/grpcio-testing/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/grpcio-testing/default.nix b/pkgs/development/python-modules/grpcio-testing/default.nix index 4e15540acbf9..01e1c58d33de 100644 --- a/pkgs/development/python-modules/grpcio-testing/default.nix +++ b/pkgs/development/python-modules/grpcio-testing/default.nix @@ -13,7 +13,7 @@ # nixpkgs-update: no auto update buildPythonPackage rec { pname = "grpcio-testing"; - version = "1.70.0"; + version = "1.71.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "grpcio_testing"; inherit version; - hash = "sha256-XrVNt0zgW8l+4VuzrgDt36ACuD9YBoE1cv2ceYAD4HU="; + hash = "sha256-eiBiYB7fSnOL+oAL+6Dh+kGMI3Kzn3a8YkSxPQLgA60="; }; postPatch = '' From 88d3b53ad07a31bb7742dcdd0ed2c0445cfc2196 Mon Sep 17 00:00:00 2001 From: scraptux Date: Sun, 16 Mar 2025 19:58:34 +0100 Subject: [PATCH 8/8] python312Packages.grpcio-tools: 1.70.0 -> 1.71.0 --- pkgs/development/python-modules/grpcio-tools/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/grpcio-tools/default.nix b/pkgs/development/python-modules/grpcio-tools/default.nix index 10f80525183f..7a09069b8912 100644 --- a/pkgs/development/python-modules/grpcio-tools/default.nix +++ b/pkgs/development/python-modules/grpcio-tools/default.nix @@ -12,13 +12,13 @@ # nixpkgs-update: no auto update buildPythonPackage rec { pname = "grpcio-tools"; - version = "1.70.0"; + version = "1.71.0"; pyproject = true; src = fetchPypi { pname = "grpcio_tools"; inherit version; - hash = "sha256-5Xj+58HCE8jkcXUNkmMdAPF4oVR5+yyzuTmgf8ElzNM="; + hash = "sha256-ONuo4NXg+yOgNOCWRP3G7YYr4jcYh+7lSQGZno9nkqg="; }; outputs = [