python3Packages.types-protobuf: 5.29.1.20250315 -> 6.30.2.20250703

This commit was automatically generated using update-python-libraries.

Changed files
+2 -2
pkgs
development
python-modules
types-protobuf
+2 -2
pkgs/development/python-modules/types-protobuf/default.nix
···
buildPythonPackage rec {
pname = "types-protobuf";
-
version = "5.29.1.20250315";
+
version = "6.30.2.20250703";
format = "setuptools";
src = fetchPypi {
pname = "types_protobuf";
inherit version;
-
hash = "sha256-CwW8NGIdBG3lS5T93V9Os7+En+LhOlD4+46J81BF/0k=";
+
hash = "sha256-YJqXR1S7tx+hePxkH1EFA5Xo4YSfSdBCCmKB7Y0d30Y=";
};
propagatedBuildInputs = [ types-futures ];