We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab59f9 commit 91ba5f5Copy full SHA for 91ba5f5
pkgs/development/python-modules/grpcio-tools/default.nix
@@ -12,13 +12,13 @@
12
# nixpkgs-update: no auto update
13
buildPythonPackage rec {
14
pname = "grpcio-tools";
15
- version = "1.67.0";
+ version = "1.68.1";
16
pyproject = true;
17
18
src = fetchPypi {
19
pname = "grpcio_tools";
20
inherit version;
21
- hash = "sha256-GBs9TmG4MULBguw2bzB5sAI1CXQ5huVMlGXKOMrCVfg=";
+ hash = "sha256-JBOhetFsnIIbNuSmf8ZMN7nkY2qxw6B3eAGIATeHObo=";
22
};
23
24
outputs = [
0 commit comments