summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/grpcio-health-checking/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/grpcio-health-checking/default.nix')
-rw-r--r--pkgs/development/python-modules/grpcio-health-checking/default.nix4
1 files 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 = [