about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-02-02 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2024-02-02 04:20:00 +0000
commit1dc3c590290a082a914116780b165d673e825fb4 (patch)
treeaa32619e20d778f50aa6b65508ba6658ab814fe0
parent2c0e503c4cb095e3678d682492949cc29b50178f (diff)
downloadnixlib-1dc3c590290a082a914116780b165d673e825fb4.tar
nixlib-1dc3c590290a082a914116780b165d673e825fb4.tar.gz
nixlib-1dc3c590290a082a914116780b165d673e825fb4.tar.bz2
nixlib-1dc3c590290a082a914116780b165d673e825fb4.tar.lz
nixlib-1dc3c590290a082a914116780b165d673e825fb4.tar.xz
nixlib-1dc3c590290a082a914116780b165d673e825fb4.tar.zst
nixlib-1dc3c590290a082a914116780b165d673e825fb4.zip
python311Packages.grpcio-health-checking: 1.60.0 -> 1.60.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 573670a98c30..7873404d6514 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.60.0";
+  version = "1.60.1";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-R4tTAHeBIP7Z9tE01ysVeln5wGaJeJIYy/9H+vyi8Rk=";
+    hash = "sha256-fC5Izp1b2xmtV7er40ONR+verVB4ZpORQHILPijGJbM=";
   };
 
   propagatedBuildInputs = [