about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2024-03-09 19:47:30 +0000
committerGitHub <noreply@github.com>2024-03-09 19:47:30 +0000
commit8a16f9a618b9aff6c2992f559500f62363635700 (patch)
treed9742b8b55b2b55a538c7b83e33e433d4537fed8
parent9335ca5d696e812ed3a58b6f6a7b8050e09b5b02 (diff)
parent36e8d0af7d8438c3e85cf00b6d41eae5c8f0dfaf (diff)
downloadnixlib-8a16f9a618b9aff6c2992f559500f62363635700.tar
nixlib-8a16f9a618b9aff6c2992f559500f62363635700.tar.gz
nixlib-8a16f9a618b9aff6c2992f559500f62363635700.tar.bz2
nixlib-8a16f9a618b9aff6c2992f559500f62363635700.tar.lz
nixlib-8a16f9a618b9aff6c2992f559500f62363635700.tar.xz
nixlib-8a16f9a618b9aff6c2992f559500f62363635700.tar.zst
nixlib-8a16f9a618b9aff6c2992f559500f62363635700.zip
Merge pull request #294538 from r-ryantm/auto-update/python311Packages.grpcio-health-checking
python311Packages.grpcio-health-checking: 1.62.0 -> 1.62.1
-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 a6c76e8bfea6..dbadab943219 100644
--- a/pkgs/development/python-modules/grpcio-health-checking/default.nix
+++ b/pkgs/development/python-modules/grpcio-health-checking/default.nix
@@ -8,12 +8,12 @@
 
 buildPythonPackage rec {
   pname = "grpcio-health-checking";
-  version = "1.62.0";
+  version = "1.62.1";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-f8JjBFMP2KwGukvtvcGUpWPFXiGKv/QJy68d5xkUk3s=";
+    hash = "sha256-nlYYCpQbHTKgd9dJHgYR0Eg8OWNYr9U0m/ABUmEuRYM=";
   };
 
   propagatedBuildInputs = [