diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-03-31 01:05:08 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2022-04-14 19:04:00 +0200 |
| commit | b8ceeba7ef81fc7313d5026b6027ff282bdb472c (patch) | |
| tree | 311678b060efd82992da801cc6298acf51133f10 /pkgs/development/python-modules | |
| parent | 63d7b116b662019c225f27cb18e43f4a6e2cbc6c (diff) | |
python3Packages.grpcio-status: 1.44.0 -> 1.45.0
Diffstat (limited to 'pkgs/development/python-modules')
| -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 fc069dccbaf7..173353fc9f2f 100644 --- a/pkgs/development/python-modules/grpcio-status/default.nix +++ b/pkgs/development/python-modules/grpcio-status/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "grpcio-status"; - version = "1.44.0"; + version = "1.45.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - sha256 = "sha256-rGE6t6RTgMv6PlKQItCzcxfYWPFyum5lwYiqc1VTk5g="; + sha256 = "sha256-S6rY6Ow8RHiOA4wk49fccCWeBroJ9ApbgXhThWO6Plo="; }; propagatedBuildInputs = [ |
