Merge pull request #197817 from r-ryantm/auto-update/python310Packages.types-protobuf

Sandro d7346e35 782bda74

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 = "3.20.4";
+
version = "3.20.4.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
-
sha256 = "sha256-Da06UAmJXJhaVuKDf2GQK62VlBUSZawO6Qe7FtCwHrc=";
+
sha256 = "sha256-/WWrhQL5oI4InyytJtUvqwTNVzIs+JbFcKszkcp2C64=";
};
propagatedBuildInputs = [