Skip to content

Commit 6cfb399

Browse files
committed
python3Packages.protobuf: 5.29.4 -> 6.30.2
https://github.com/protocolbuffers/protobuf/releases/v6.30.2 This commit was automatically generated using update-python-libraries.
1 parent 052fe7e commit 6cfb399

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/protobuf/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
buildPythonPackage rec {
1010
pname = "protobuf";
11-
version = "5.29.4";
11+
version = "6.30.2";
1212
pyproject = true;
1313

1414
src = fetchPypi {
1515
inherit pname version;
16-
hash = "sha256-Tx3815l7Me+PU+yCeB/0NKKL9x2RAt3eFNB2rc/HjJk=";
16+
hash = "sha256-NchZrgdtjFYFTCW1nl5ZY42GVF7W4rbvrGvgtuo7oEg=";
1717
};
1818

1919
build-system = [ setuptools ];

0 commit comments

Comments
 (0)