diff options
| author | Robert Scott <code@humanleg.org.uk> | 2024-09-01 22:25:58 +0100 |
|---|---|---|
| committer | Robert Scott <code@humanleg.org.uk> | 2024-09-01 22:25:58 +0100 |
| commit | 2403d2b662a2ee531ac7d5a5df4766a999d2b360 (patch) | |
| tree | 7a60835c31fa25ac80150735a659cd6091ca1b07 | |
| parent | grpc: 1.62.1 -> 1.62.3 (diff) | |
| download | nixpkgs-2403d2b662a2ee531ac7d5a5df4766a999d2b360.tar.gz | |
python311Packages.grpcio-status: 1.62.2 -> 1.62.3
| -rw-r--r-- | pkgs/development/python-modules/grpcio-status/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/grpcio-status/default.nix b/pkgs/development/python-modules/grpcio-status/default.nix index c587948f185f..de9631d6876f 100644 --- a/pkgs/development/python-modules/grpcio-status/default.nix +++ b/pkgs/development/python-modules/grpcio-status/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "grpcio-status"; - version = "1.62.2"; + version = "1.62.3"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-YuG/ywICWhzXNzKi0zZy0+nQ300hwSxR4LvK8JurdCo="; + hash = "sha256-KJvdeyRZeUoSz5XcDLcnvUoXQsN72CP3YCNsk35TpIU="; }; postPatch = '' |
