about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2024-03-09 19:30:18 +0000
committerGitHub <noreply@github.com>2024-03-09 19:30:18 +0000
commitbfbd41944dd4301daebfcc2f0e9ef030de5ab281 (patch)
tree1be50b538c5a2035d2d3066019d77aa2c36b949e
parent2340120c6ffeed371bcf8121a57bec80d3adbd6e (diff)
parent990306e14bbbe64039f915b98e6d10dcb1809cb7 (diff)
downloadnixlib-bfbd41944dd4301daebfcc2f0e9ef030de5ab281.tar
nixlib-bfbd41944dd4301daebfcc2f0e9ef030de5ab281.tar.gz
nixlib-bfbd41944dd4301daebfcc2f0e9ef030de5ab281.tar.bz2
nixlib-bfbd41944dd4301daebfcc2f0e9ef030de5ab281.tar.lz
nixlib-bfbd41944dd4301daebfcc2f0e9ef030de5ab281.tar.xz
nixlib-bfbd41944dd4301daebfcc2f0e9ef030de5ab281.tar.zst
nixlib-bfbd41944dd4301daebfcc2f0e9ef030de5ab281.zip
Merge pull request #294550 from r-ryantm/auto-update/python311Packages.grpcio-reflection
python311Packages.grpcio-reflection: 1.62.0 -> 1.62.1
-rw-r--r--pkgs/development/python-modules/grpcio-reflection/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/grpcio-reflection/default.nix b/pkgs/development/python-modules/grpcio-reflection/default.nix
index 365c7beabf2b..799a805ba564 100644
--- a/pkgs/development/python-modules/grpcio-reflection/default.nix
+++ b/pkgs/development/python-modules/grpcio-reflection/default.nix
@@ -8,12 +8,12 @@
 
 buildPythonPackage rec {
   pname = "grpcio-reflection";
-  version = "1.62.0";
+  version = "1.62.1";
   format = "setuptools";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-rxcHOZ7yghx5Xss3lVC/Wnb7ZAmxSeuzRjEM/QHaKYo=";
+    hash = "sha256-q9RTABmRhxAxMV7y2Cr/6TCAwEM/o6AHvjS/Qn4oqIo=";
   };
 
   nativeBuildInputs = [