From 2d35fd37468b646e28d67c02579ffc5f629f6a0e Mon Sep 17 00:00:00 2001 From: scraptux Date: Sat, 25 Jan 2025 13:53:10 +0100 Subject: [PATCH] python312Packages.grpcio-status: 1.69.0 -> 1.70.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 8207553e80b1..e621a4a6769d 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.69.0"; + version = "1.70.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "grpcio_status"; inherit version; - hash = "sha256-WV74TlF41igcqnMsz2j/gyWSQWCNJrDpxApeZu7iotI="; + hash = "sha256-DntCgWUSQzsYuddkKF/wKb3gWenUH4/hCmBjG9g0gQE="; }; postPatch = ''