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
commit6187ac4319ad0f206fd62eb6adef337bad62e4c4 (patch)
tree758f7f7aa4fa9e2ced7fa4f8628958852bb59999
parent1dc3c590290a082a914116780b165d673e825fb4 (diff)
downloadnixlib-6187ac4319ad0f206fd62eb6adef337bad62e4c4.tar
nixlib-6187ac4319ad0f206fd62eb6adef337bad62e4c4.tar.gz
nixlib-6187ac4319ad0f206fd62eb6adef337bad62e4c4.tar.bz2
nixlib-6187ac4319ad0f206fd62eb6adef337bad62e4c4.tar.lz
nixlib-6187ac4319ad0f206fd62eb6adef337bad62e4c4.tar.xz
nixlib-6187ac4319ad0f206fd62eb6adef337bad62e4c4.tar.zst
nixlib-6187ac4319ad0f206fd62eb6adef337bad62e4c4.zip
python311Packages.grpcio-testing: 1.60.0 -> 1.60.1
-rw-r--r--pkgs/development/python-modules/grpcio-testing/default.nix4
1 files 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 1d0f47a5c9e1..2fc0e47dd29c 100644
--- a/pkgs/development/python-modules/grpcio-testing/default.nix
+++ b/pkgs/development/python-modules/grpcio-testing/default.nix
@@ -9,14 +9,14 @@
 
 buildPythonPackage rec {
   pname = "grpcio-testing";
-  version = "1.60.0";
+  version = "1.60.1";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-XF+za8O9x4m/8ewEBQG5reoPiK64vh7VyA1oic0Jq0A=";
+    hash = "sha256-vvrZX0fes/OTTr1VEpl0jqo/Y+44btlq1pemZFNWixc=";
   };
 
   postPatch = ''