Skip to content

Commit 91ba5f5

Browse files
scraptuxtm-drtina
authored andcommitted
python312Packages.grpcio-tools: 1.67.0 -> 1.68.1
1 parent 0ab59f9 commit 91ba5f5

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/grpcio-tools

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/grpcio-tools/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
# nixpkgs-update: no auto update
1313
buildPythonPackage rec {
1414
pname = "grpcio-tools";
15-
version = "1.67.0";
15+
version = "1.68.1";
1616
pyproject = true;
1717

1818
src = fetchPypi {
1919
pname = "grpcio_tools";
2020
inherit version;
21-
hash = "sha256-GBs9TmG4MULBguw2bzB5sAI1CXQ5huVMlGXKOMrCVfg=";
21+
hash = "sha256-JBOhetFsnIIbNuSmf8ZMN7nkY2qxw6B3eAGIATeHObo=";
2222
};
2323

2424
outputs = [

0 commit comments

Comments
 (0)